Class HighLowClosePeriodIndicatorBase
Base class for financial indicators that are calculated upon the High, Low and Close values and define a period.
Inheritance
System.Object
HighLowClosePeriodIndicatorBase
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class HighLowClosePeriodIndicatorBase : HighLowCloseIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
HighLowClosePeriodIndicatorBase()
Declaration
protected HighLowClosePeriodIndicatorBase()
Fields
PeriodProperty
Identifies the Period dependency property.
Declaration
public static readonly DependencyProperty PeriodProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Period
Gets or sets the moving average period.
Declaration
public int Period { get; set; }
Property Value
System.Int32
The period. |