PieSeriesCollection Class
The collection of the PieChartView‘s series.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public class PieSeriesCollection :
ChartCollection<PieSeries>
Related API Members
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 |
---|---|
Displays data as circular graphic divided into slices to illustrate numerical proportion. | |
Displays data as a pie chart with a hole in center. |
Implements
Inheritance
See Also