Class HighLowIndicatorBase
Provides a base class for financial indicators that use high and low values.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class HighLowIndicatorBase : LineIndicatorBase, IParentElement, IChildElement
Constructors
HighLowIndicatorBase()
Declaration
protected HighLowIndicatorBase()
Fields
HighBindingProperty
Identifies the HighBinding property.
Declaration
public static readonly BindableProperty HighBindingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LowBindingProperty
Identifies the LowBinding property.
Declaration
public static readonly BindableProperty LowBindingProperty
Field Value
Microsoft.Maui.Controls.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
PropertyNameDataPointBinding
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
PropertyNameDataPointBinding
The property name data point binding for the low value. |