Class SFRadarSeries
Represents a radar chart. To render radar chart, create an instance of this class and add it to Series collection property and set the required properties.
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFRadarSeries : SFPolarSeries
Remarks
SFRadarSeries 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
SFRadarSeries()
Declaration
public SFRadarSeries()