ClassHighLowIndicatorBase
Provides a base class for financial indicators that use high and low values.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public abstract class HighLowIndicatorBase : LineIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBase
Derived Classes:
Inherited Members
Constructors
HighLowIndicatorBase()
Declaration
protected HighLowIndicatorBase()
Fields
HighBindingProperty
Identifies the HighBinding property.
Declaration
public static readonly BindableProperty HighBindingProperty
Field Value
BindableProperty
LowBindingProperty
Identifies the LowBinding property.
Declaration
public static readonly BindableProperty LowBindingProperty
Field Value
BindableProperty
Properties
HighBinding
Gets or sets the binding for the high value of the financial data point.
Declaration
public PropertyNameDataPointBinding HighBinding { get; set; }
Property Value
The property name data point binding for the high value.
LowBinding
Gets or sets the binding for the low value of the financial data point.
Declaration
public PropertyNameDataPointBinding LowBinding { get; set; }
Property Value
The property name data point binding for the low value.