Class ValuePeriodIndicatorBase
Represents a base class for financial indicators whose value depends on one input value (Open, High, Low, Close) and Period.
Inheritance
System.Object
ValuePeriodIndicatorBase
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ValuePeriodIndicatorBase : ValueIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
ValuePeriodIndicatorBase()
Declaration
protected ValuePeriodIndicatorBase()
Fields
PeriodProperty
Identifies the Period dependency property.
Declaration
public static readonly DependencyProperty PeriodProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Period
Gets or sets the indicator period.
Declaration
public int Period { get; set; }
Property Value
System.Int32
The period. |