Class SFFastLineSeries
Represents a line chart. To render this chart, create an instance of this
class and add it to Series collection property and
set the required properties. This series is optimized to render huge data.
Individual line segments cannot be customized like SFLineSeries.
Inheritance
System.Object
SFFastLineSeries
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFFastLineSeries : SFXyDataSeries
Constructors
SFFastLineSeries()
Declaration
public SFFastLineSeries()
Properties
Dashes
Gets or sets the dash array for the line.
Declaration
public NSArray Dashes { get; set; }
Property Value
EnableAntiAliasing
Gets or sets a value indicating whether to enable anti-aliasing for .
Declaration
public bool EnableAntiAliasing { get; set; }
Property Value
LineWidth
Gets or sets the width of the line.
Declaration
public nfloat LineWidth { get; set; }
Property Value
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment animationSegment)
Parameters
Returns
Type |
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
Overrides
GetGradientEndPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientEndPoint(SFChartSegment chartSegment)
Parameters
Returns
Type |
CoreGraphics.CGPoint |
Overrides
GetGradientStartPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientStartPoint(SFChartSegment chartSegment)
Parameters
Returns
Type |
CoreGraphics.CGPoint |
Overrides
SeriesContainsPoint(CGPoint)
Check whether the series contains touch point or not.
Declaration
public override bool SeriesContainsPoint(CGPoint point)
Parameters
Type |
Name |
Description |
CoreGraphics.CGPoint |
point |
The touch point
|
Returns
Type |
Description |
System.Boolean |
boolean value
|
Overrides
SetFillColor(SFChartSegment)
Declaration
protected override void SetFillColor(SFChartSegment chartSegment)
Parameters
Overrides