Skip to main content

PieChartView.Series Property

Gets the pie chart’s collection of series. This is a bindable property.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public PieSeriesCollection Series { get; }

Property Value

Type Description
PieSeriesCollection

The collection of series that the pie chart displays.

Remarks

The Series property provides access to a collection of all series that the pie chart contains. The PieChartView can visualize 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