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

In This Topic
    DataLabel Property (ChartSeries)
    In This Topic
    Gets ChartDataLabel object indicating the values should be marked with data labels. Applies only within DerivedSeries.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataLabel As ChartDataLabel
    public ChartDataLabel DataLabel {get;}
    See Also