Gets the collection of the DataSeries plotted on the chart.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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