HighLowIndicatorBase
Class
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:
C#
public abstract class HighLowIndicatorBase : LineIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected HighLowIndicatorBase()
Fields
HighBindingProperty
DependencyProperty
Identifies the HighBinding property.
C#
public static readonly DependencyProperty HighBindingProperty
LowBindingProperty
DependencyProperty
Identifies the LowBinding property.
C#
public static readonly DependencyProperty LowBindingProperty
Properties
Gets or sets the binding that will be used to fill the High value for the indicator calculations.
C#
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding HighBinding { get; set; }
Gets or sets the binding that will be used to fill the Low value for the indicator calculations.
C#
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding LowBinding { get; set; }