ClassHighLowCloseIndicatorBase
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:
cs-api-definition
public abstract class HighLowCloseIndicatorBase : HighLowIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBase
Derived Classes:
Implements:
Inherited Members
Constructors
HighLowCloseIndicatorBase()
Declaration
cs-api-definition
protected HighLowCloseIndicatorBase()
Fields
CloseBindingProperty
Identifies the CloseBinding property.
Declaration
cs-api-definition
public static readonly DependencyProperty CloseBindingProperty
Field Value
DependencyProperty
Properties
CloseBinding
Gets or sets the binding that will be used to fill the High value for the indicator calculations.
Declaration
cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding CloseBinding { get; set; }
Property Value