Gets the collection of the DataSeries plotted on the chart.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ObservableCollection<DataSeries> Series { get; }
Visual Basic
Public ReadOnly Property Series As ObservableCollection(Of DataSeries)
	Get
Visual C++
public:
property ObservableCollection<DataSeries^>^ Series {
	ObservableCollection<DataSeries^>^ get ();
}

See Also