Class SFTechnicalIndicator
Serves as a base class for all types of technical indicators.
Inheritance
System.Object
SFTechnicalIndicator
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public abstract class SFTechnicalIndicator : SFSeries
Constructors
SFTechnicalIndicator()
Declaration
public SFTechnicalIndicator()
Properties
ActualXAxis
Declaration
public override SFAxis ActualXAxis { get; }
Property Value
Overrides
ActualYAxis
Declaration
public override SFAxis ActualYAxis { get; }
Property Value
Overrides
Close
Gets or sets the binding path for close values.
Declaration
public string Close { get; set; }
Property Value
High
Gets or sets the binding path for high values.
Declaration
public string High { get; set; }
Property Value
LineWidth
Gets or sets the width of the line.
Declaration
public nfloat LineWidth { get; set; }
Property Value
Low
Gets or sets the binding path for low values.
Declaration
public string Low { get; set; }
Property Value
Open
Gets or sets the binding path for open values.
Declaration
public string Open { get; set; }
Property Value
SeriesName
Gets or sets the name of the series.
Declaration
public string SeriesName { get; set; }
Property Value
SignalLineColor
Gets or sets the color of the signal line.
Declaration
public UIColor SignalLineColor { get; set; }
Property Value
XAxis
Gets or sets the additional horizontal axis for the indicator.
Declaration
public SFAxis XAxis { get; set; }
Property Value
YAxis
Gets or sets the additional vertical axis for the indicator.
Declaration
public SFRangeAxisBase YAxis { get; set; }
Property Value
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Returns
Type |
CoreAnimation.CAAnimation |
Overrides
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Overrides
CreateSegments()
Declaration
public override void CreateSegments()
Overrides
GeneratePoints()
Declaration
protected virtual void GeneratePoints()
GetChart()
Declaration
public ChartBase GetChart()
Returns
InvalidateRender()
Declaration
protected override void InvalidateRender()
Overrides
ReloadData()
Declaration
public override void ReloadData()
Overrides
ScheduleUpdateArea()
Declaration
protected override void ScheduleUpdateArea()
Overrides