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:
C#
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseShortLongPeriodIndicatorBase...
Derived Classes:
Inherited Members
Constructors
C#
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
BindableProperty
Identifies the LongPeriod property.
C#
public static readonly BindableProperty LongPeriodProperty
ShortPeriodProperty
BindableProperty
Identifies the ShortPeriod property.
C#
public static readonly BindableProperty ShortPeriodProperty
Properties
Gets or sets the long period for the financial indicator calculation.
C#
public int LongPeriod { get; set; }
The number of long periods to use in the calculation.
Gets or sets the short period for the financial indicator calculation.
C#
public int ShortPeriod { get; set; }
The number of short periods to use in the calculation.