New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides a base class for financial indicators that use high and low values.

Definition

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; }
Property Value:

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; }
Property Value:

The property name data point binding for the low value.