Gets or sets the series label.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public string Label { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Label As String
	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