HighLowIndicatorBase
Class
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:
C#
public abstract class HighLowIndicatorBase : LineIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBase...
Derived Classes:
Inherited Members
Constructors
C#
protected HighLowIndicatorBase()
Fields
HighBindingProperty
BindableProperty
Identifies the HighBinding property.
C#
public static readonly BindableProperty HighBindingProperty
LowBindingProperty
BindableProperty
Identifies the LowBinding property.
C#
public static readonly BindableProperty LowBindingProperty
Properties
Gets or sets the binding for the high value of the financial data point.
C#
public PropertyNameDataPointBinding HighBinding { get; set; }
The property name data point binding for the high value.
Gets or sets the binding for the low value of the financial data point.
C#
public PropertyNameDataPointBinding LowBinding { get; set; }
The property name data point binding for the low value.