maui-devexpress-dot-maui-dot-charts-ed3005a9.md
The collection of the PieChartView‘s series.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public class PieSeriesCollection :
ChartCollection<PieSeries>
The following members return PieSeriesCollection objects:
To access and manage the collection of the pie chart’s series, use the PieChartView.Series property. PieChartView supports the following series types:
|
Chart
|
Series Type
| | --- | --- | |
|
Displays data as circular graphic divided into slices to illustrate numerical proportion.
| |
|
Displays data as a pie chart with a hole in center.
|
IReadOnlyCollection<PieSeries>
System.Object Collection<PieSeries> ObservableCollection<PieSeries> ChartCollection<PieSeries> PieSeriesCollection
YieldIfNotNull<PieSeriesCollection>()
See Also