Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PieSeriesCollection Class

The collection of the PieChartView‘s series.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

#Declaration

C#
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.

#Inheritance

See Also