Class SFPieSeries
Represents a pie chart. This chart is similar to SFDoughnutSeries except the SFDoughnutSeries 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.
Inheritance
System.Object
SFPieSeries
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFPieSeries : SFCircularSeries
Remarks
SFPieSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart.
Constructors
SFPieSeries()
Declaration
public SFPieSeries()
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Type | Name | Description |
---|---|---|
SFChartSegment | segment |
Returns
Type |
---|
CoreAnimation.CAAnimation |
Overrides
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Type |
---|
SFChartSegment |
Overrides
CreateSegments()
Declaration
public override void CreateSegments()