Class PieSeries
Represents a pie chart. This chart is similar to DoughnutSeries except the DoughnutSeries contains a hole at the center of the series. To render pie chart, create an instance of this class and add it to Series collection property and set the required properties.
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class PieSeries : CircularSeries
Remarks
PieSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart.
Constructors
PieSeries()
Declaration
public PieSeries()
Methods
CreateSegment()
Declaration
protected override ChartSegment CreateSegment()
Returns
Type |
---|
ChartSegment |
Overrides
CreateSegments()
Declaration
protected override void CreateSegments()