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.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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 (); } | 





