ClassHighLowCloseIndicatorBase
Class
Base class for financial indicators that are calculated upon the High and Low values.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class HighLowCloseIndicatorBase : HighLowIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBase
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
public DataPointBinding CloseBinding { get; set; }
Property Value