Class ShortLongPeriodIndicatorBase
Provides a base class for financial indicators that use short and long period parameters.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase, IParentElement, IChildElement
Constructors
ShortLongPeriodIndicatorBase()
Declaration
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
Identifies the LongPeriod property.
Declaration
public static readonly BindableProperty LongPeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ShortPeriodProperty
Identifies the ShortPeriod property.
Declaration
public static readonly BindableProperty ShortPeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
LongPeriod
Gets or sets the long period for the financial indicator calculation.
Declaration
public int LongPeriod { get; set; }
Property Value
System.Int32
The number of long periods to use in the calculation. |
ShortPeriod
Gets or sets the short period for the financial indicator calculation.
Declaration
public int ShortPeriod { get; set; }
Property Value
System.Int32
The number of short periods to use in the calculation. |