Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataLabel Class / Position Property

In This Topic
    Position Property (ChartDataLabel)
    In This Topic
    Gets or sets the position of the label.

    Default: Auto.

    Syntax
    'Declaration
     
    Public Property Position As RdlEnum(Of ChartDataLabelPosition)
    public RdlEnum<ChartDataLabelPosition> Position {get; set;}
    See Also