Class SFPolarRadarSeriesBase
Serves as a base class for polar and radar series.
Inheritance
System.Object
SFPolarRadarSeriesBase
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public abstract class SFPolarRadarSeriesBase : SFSeries
Constructors
SFPolarRadarSeriesBase()
Declaration
public SFPolarRadarSeriesBase()
Properties
ActualXAxis
Declaration
public override SFAxis ActualXAxis { get; }
Property Value
Overrides
ActualYAxis
Declaration
public override SFAxis ActualYAxis { get; }
Property Value
Overrides
BorderColor
Gets or sets the border color of the segment for draw type area.
Declaration
public UIColor BorderColor { get; set; }
Property Value
BorderWidth
Gets or sets the border width of the segment for draw type area.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Closed
Gets or sets a value indicating whether to connect the first and last data point of the series.
Declaration
public bool Closed { get; set; }
Property Value
Dashes
Declaration
public NSArray Dashes { get; set; }
Property Value
DrawType
Gets or sets the draw type of radar/polar series.
Declaration
public SFChartPolarRadarSeriesDrawType DrawType { get; set; }
Property Value
LineWidth
Gets or sets the border width of the segment for draw type line.
Declaration
public nfloat LineWidth { get; set; }
Property Value
YBindingPath
Gets or sets the binding path in ItemsSource.
Declaration
public string YBindingPath { get; set; }
Property Value
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Returns
Type |
CoreAnimation.CAAnimation |
Overrides
CreateSegments()
Declaration
public override void CreateSegments()
Overrides
DataPointIndexAtPoint(CGPoint)
Declaration
public override int DataPointIndexAtPoint(CGPoint hitPoint)
Parameters
Type |
Name |
Description |
CoreGraphics.CGPoint |
hitPoint |
|
Returns
Overrides
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()
Overrides
SetFillColor(SFChartSegment)
Declaration
protected override void SetFillColor(SFChartSegment segment)
Parameters
Overrides
SetStrokeWidth(SFChartSegment)
Declaration
protected override void SetStrokeWidth(SFChartSegment segment)
Parameters
Overrides