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 |
---|---|
Pie |
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 |
---|---|
Displays data as circular graphic divided into slices to illustrate numerical proportion. | |
Displays data as a pie chart with a hole in center. |