Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.RangeSmoothProps Class / LabelStyle Property

In This Topic
    LabelStyle Property (ChartSeriesCustomProperties.RangeSmoothProps)
    In This Topic
    Gets or set the data point labels position. Default: Auto.
    Syntax
    'Declaration
     
    Public Property LabelStyle As RdlEnum(Of ChartDataLabelPosition)
    public RdlEnum<ChartDataLabelPosition> LabelStyle {get; set;}
    See Also