PieChartView.Series Property
In This Article
Gets the pie chart’s collection of series.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
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. |
See Also