Gets a read only collection containing the PieSlice objects within the PieSeries. A PieSlice is the graphical representation of plotted data and is created by the PieSeries.

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

Syntax

C#
public ReadOnlyCollection<PieSlice> DataPoints { get; }
Visual Basic
Public ReadOnly Property DataPoints As ReadOnlyCollection(Of PieSlice)
	Get
Visual C++
public:
property ReadOnlyCollection<PieSlice^>^ DataPoints {
	ReadOnlyCollection<PieSlice^>^ get ();
}

See Also