Skip to main content

PieSeriesCollection Class

The collection of the PieChartView‘s series.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public class PieSeriesCollection :
    ChartCollection<PieSeries>

The following members return PieSeriesCollection objects:

Remarks

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

Pie

PieSeries

Displays data as circular graphic divided into slices to illustrate numerical proportion.

Donut

DonutSeries

Displays data as a pie chart with a hole in center.

See Also