Gets or sets the text label of data series.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public string Label { get; set; }
Visual Basic
Public Property Label As String
	Get
	Set

Implements

IDataSeriesInfo..::..Label

Remarks

Usually the Label property is used to identify the data series in the chart legend.

See Also