Class ShortLongPeriodIndicatorBase
Base class for financial indicators, which use Short
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 Long
Declaration
public static readonly DependencyProperty LongPeriodProperty
Field Value
System.
|
ShortPeriodProperty
Identifies the Short
Declaration
public static readonly DependencyProperty ShortPeriodProperty
Field Value
System.
|
Properties
LongPeriod
Gets or sets the indicator long period.
Declaration
public int LongPeriod { get; set; }
Property Value
System. The long period. |
ShortPeriod
Gets or sets the indicator short period.
Declaration
public int ShortPeriod { get; set; }
Property Value
System. The short period. |