ClassShortLongPeriodIndicatorBase
Class
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:
cs-api-definition
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseShortLongPeriodIndicatorBase
Derived Classes:
Implements:
Inherited Members
Constructors
ShortLongPeriodIndicatorBase()
Declaration
cs-api-definition
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
Identifies the LongPeriod dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty LongPeriodProperty
Field Value
DependencyProperty
ShortPeriodProperty
Identifies the ShortPeriod dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ShortPeriodProperty
Field Value
DependencyProperty
Properties
LongPeriod
Gets or sets the indicator long period.
Declaration
cs-api-definition
public int LongPeriod { get; set; }
Property Value
The long period.
ShortPeriod
Gets or sets the indicator short period.
Declaration
cs-api-definition
public int ShortPeriod { get; set; }
Property Value
The short period.