Class FinancialTechnicalIndicator
Serves as a base class for all types of technical indicators.
Inheritance
System.Object
FinancialTechnicalIndicator
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public abstract class FinancialTechnicalIndicator : ChartSeries
Constructors
FinancialTechnicalIndicator()
Declaration
public FinancialTechnicalIndicator()
Properties
ActualXAxis
Declaration
public override ChartAxis ActualXAxis { get; }
Property Value
Type |
---|
ChartAxis |
Overrides
ActualYAxis
Declaration
public override ChartAxis ActualYAxis { get; }
Property Value
Type |
---|
ChartAxis |
Overrides
Close
Gets or sets the binding path for close values.
Declaration
public string Close { get; set; }
Property Value
Type |
---|
System.String |
High
Gets or sets the binding path for high values.
Declaration
public string High { get; set; }
Property Value
Type |
---|
System.String |
Low
Gets or sets the binding path for low values.
Declaration
public string Low { get; set; }
Property Value
Type |
---|
System.String |
Open
Gets or sets the binding path for open values.
Declaration
public string Open { get; set; }
Property Value
Type |
---|
System.String |
SeriesName
Gets or sets the name of the series.
Declaration
public string SeriesName { get; set; }
Property Value
Type |
---|
System.String |
SignalLineColor
Gets or sets the color of the signal line.
Declaration
public Color SignalLineColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
XAxis
Gets or sets the additional horizontal axis for the indicator.
Declaration
public ChartAxis XAxis { get; set; }
Property Value
Type |
---|
ChartAxis |
YAxis
Gets or sets the additional vertical axis for the indicator.
Declaration
public RangeAxisBase YAxis { get; set; }
Property Value
Type |
---|
RangeAxisBase |
Methods
CreateSegments()
Declaration
protected override void CreateSegments()
Overrides
GeneratePoints()
Declaration
protected virtual void GeneratePoints()
GetChart()
Method to get the chart.
Declaration
public ChartBase GetChart()
Returns
Type | Description |
---|---|
ChartBase | The chart |
InvalidateRender()
Declaration
protected override void InvalidateRender()
Overrides
ScheduleUpdateArea()
Declaration
protected override void ScheduleUpdateArea()