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

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

Definition

Constructors

C#
protected HighLowCloseIndicatorBase()

Fields

CloseBindingProperty

BindableProperty

Identifies the CloseBinding property.

C#
public static readonly BindableProperty CloseBindingProperty

Properties

Gets or sets the binding for the close value of the financial data point.

C#
public PropertyNameDataPointBinding CloseBinding { get; set; }
Property Value:

The property name data point binding for the close value.