Back to Devexpress

PieChartView.Series Property

maui-devexpress-dot-maui-dot-charts-dot-piechartview.md

latest1.4 KB
Original Source

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

csharp
public PieSeriesCollection Series { get; }

Property Value

TypeDescription
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

| | --- | --- | |

|

PieSeries

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

| |

|

DonutSeries

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

|

See Also

PieChartView Class

PieChartView Members

DevExpress.Maui.Charts Namespace