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 HighLowCloseIndicatorBase : HighLowIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected HighLowCloseIndicatorBase()
Fields
CloseBindingProperty
DependencyProperty
Identifies the CloseBinding property.
C#
public static readonly DependencyProperty CloseBindingProperty
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 CloseBinding { get; set; }