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