ClassShortLongPeriodIndicatorBase
Provides a base class for financial indicators that use short and long period parameters.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseShortLongPeriodIndicatorBase
Derived Classes:
Inherited Members
Constructors
ShortLongPeriodIndicatorBase()
Declaration
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
Identifies the LongPeriod property.
Declaration
public static readonly BindableProperty LongPeriodProperty
Field Value
BindableProperty
ShortPeriodProperty
Identifies the ShortPeriod property.
Declaration
public static readonly BindableProperty ShortPeriodProperty
Field Value
BindableProperty
Properties
LongPeriod
Gets or sets the long period for the financial indicator calculation.
Declaration
public int LongPeriod { get; set; }
Property Value
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
The number of short periods to use in the calculation.