Gets the observable collection of DataSeries. This contains all the data series that are being plotted by the same Chart as this one.

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

Syntax

C#
protected internal ObservableCollection<DataSeries> Series { get; private set; }
Visual Basic
Protected Friend Property Series As ObservableCollection(Of DataSeries)
	Get
	Private Set
Visual C++
protected public:
property ObservableCollection<DataSeries^>^ Series {
	ObservableCollection<DataSeries^>^ get ();
	private: void set (ObservableCollection<DataSeries^>^ value);
}

See Also