Gets or sets the text label of data series.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string Label { get; set; }
Visual Basic
Public Property Label As String
	Get
	Set
XAML Attribute Usage
<object Label="string" .../>

Implements

IDataSeriesInfo..::..Label

Remarks

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

See Also