Base class for financial indicators, which use ShortPeriod and LongPeriod properties to define their values.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseShortLongPeriodIndicatorBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
DependencyProperty
Identifies the LongPeriod dependency property.
C#
public static readonly DependencyProperty LongPeriodProperty
ShortPeriodProperty
DependencyProperty
Identifies the ShortPeriod dependency property.
C#
public static readonly DependencyProperty ShortPeriodProperty
Properties
Gets or sets the indicator long period.
C#
public int LongPeriod { get; set; }
The long period.
Gets or sets the indicator short period.
C#
public int ShortPeriod { get; set; }
The short period.