Gets the collection of PieSeries displayed by the PieChart.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also