Class ShortLongPeriodIndicatorBase
Base class for financial indicators, which use ShortPeriod and LongPeriod properties to define their values.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
ShortLongPeriodIndicatorBase()
Declaration
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
Identifies the LongPeriod dependency property.
Declaration
public static readonly DependencyProperty LongPeriodProperty
Field Value
System.Windows.DependencyProperty
|
ShortPeriodProperty
Identifies the ShortPeriod dependency property.
Declaration
public static readonly DependencyProperty ShortPeriodProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LongPeriod
Gets or sets the indicator long period.
Declaration
public int LongPeriod { get; set; }
Property Value
System.Int32
The long period. |
ShortPeriod
Gets or sets the indicator short period.
Declaration
public int ShortPeriod { get; set; }
Property Value
System.Int32
The short period. |