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

In This Topic
    Label Property (ChartDataSeries)
    In This Topic
    Gets or sets the series label.
    Syntax
    'Declaration
     
    Public Property Label As System.String
    public System.string Label {get; set;}
    Remarks
    The series label is displayed in the legend element of the chart, along with appropriate line and symbol styles used to display the series data.
    See Also