Class SFPolarSeries
Represents a polar chart. To render polar chart, create an instance of this class and add it to Series collection property and set the required properties.
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFPolarSeries : SFPolarRadarSeriesBase
Remarks
SFPolarSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set using PrimaryAxis and SecondaryAxis properties.
Constructors
SFPolarSeries()
Declaration
public SFPolarSeries()
Methods
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Type |
---|
SFChartSegment |