Class HighLowIndicatorBase
Base class for financial indicators that are calculated upon the High and Low values.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class HighLowIndicatorBase : LineIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
HighLowIndicatorBase()
Declaration
protected HighLowIndicatorBase()
Fields
HighBindingProperty
Identifies the HighBinding property.
Declaration
public static readonly DependencyProperty HighBindingProperty
Field Value
System.Windows.DependencyProperty
|
LowBindingProperty
Identifies the LowBinding property.
Declaration
public static readonly DependencyProperty LowBindingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HighBinding
Gets or sets the binding that will be used to fill the High value for the indicator calculations.
Declaration
public DataPointBinding HighBinding { get; set; }
Property Value
DataPointBinding
|
LowBinding
Gets or sets the binding that will be used to fill the Low value for the indicator calculations.
Declaration
public DataPointBinding LowBinding { get; set; }
Property Value
DataPointBinding
|