Class SFRangeAreaSeries
Represents a range area chart. To render this chart, create an
instance of this class and add it to Series
collection property and set the required properties.
Inheritance
System.Object
SFRangeAreaSeries
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFRangeAreaSeries : SFRangeSeries
Constructors
SFRangeAreaSeries()
Declaration
public SFRangeAreaSeries()
Properties
BorderColor
Gets or sets the color for the series border.
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
BorderWidth
Gets or sets the width for the series border.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
StrokeColor
Gets or sets the color for the series stroke.
Declaration
public UIColor StrokeColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Returns
Type |
Description |
CoreAnimation.CAAnimation |
|
Overrides
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Overrides
CreateSegments()
Creates the segments of .
Declaration
public override void CreateSegments()
Overrides
DataPointIndexAtPoint(CGPoint)
Declaration
public override int DataPointIndexAtPoint(CGPoint hitPoint)
Parameters
Type |
Name |
Description |
CoreGraphics.CGPoint |
hitPoint |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetGradientEndPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientEndPoint(SFChartSegment segment)
Parameters
Returns
Type |
Description |
CoreGraphics.CGPoint |
|
Overrides
GetGradientStartPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientStartPoint(SFChartSegment segment)
Parameters
Returns
Type |
Description |
CoreGraphics.CGPoint |
|
Overrides
SeriesContainsPoint(CGPoint)
Declaration
public override bool SeriesContainsPoint(CGPoint point)
Parameters
Type |
Name |
Description |
CoreGraphics.CGPoint |
point |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
SetFillColor(SFChartSegment)
Declaration
protected override void SetFillColor(SFChartSegment segment)
Parameters
Overrides