FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataSeries Class / Label Property

In This Topic
    Label Property (ChartDataSeries)
    In This Topic
    Gets or sets the label of the data series. Represents the title of the legend item.
    Syntax
    'Declaration
     
    Public Property Label As String
    public string Label {get; set;}
    See Also