ClassHighLowIndicatorBase
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 HighLowIndicatorBase : LineIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBase
Derived Classes:
Implements:
Inherited Members
Constructors
HighLowIndicatorBase()
Declaration
cs-api-definition
protected HighLowIndicatorBase()
Fields
HighBindingProperty
Identifies the HighBinding property.
Declaration
cs-api-definition
public static readonly DependencyProperty HighBindingProperty
Field Value
DependencyProperty
LowBindingProperty
Identifies the LowBinding property.
Declaration
cs-api-definition
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
cs-api-definition
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
cs-api-definition
public DataPointBinding LowBinding { get; set; }
Property Value