Class SFTMAIndicator
Represents a triangular moving average indicator. To render this indicator, create an instance of this class and add it to TechnicalIndicators collection property and set the required properties.
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFTMAIndicator : SFTechnicalIndicator
Remarks
This indicator can be associated to a financial series in SFChart by specifying the name of series using SeriesName property. If the SeriesName is specified, all the required properties such as ItemsSource, XBindingPath, High, Low, Open and Close will be derived from the associated series. In case, the SeriesName is not specified, all those required properties need to be explicitly specified in SFRSIIndicator.
Constructors
SFTMAIndicator()
Declaration
public SFTMAIndicator()
Properties
Period
Gets or sets the period for the indicator.
Declaration
public int Period { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
GeneratePoints()
Declaration
protected override void GeneratePoints()
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type |
---|
System.String |