Class
HighLowIndicatorBase

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:

cs-api-definition
public abstract class HighLowIndicatorBase : LineIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBase

Derived Classes: HighLowCloseIndicatorBase

Inherited Members LineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.IsDefaultValue(string)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessIndicatorBase.CategoryBindingPropertyIndicatorBase.CategoryBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

HighLowIndicatorBase()

Declaration

cs-api-definition
protected HighLowIndicatorBase()

Fields

HighBindingProperty

Identifies the HighBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty HighBindingProperty

Field Value

BindableProperty

LowBindingProperty

Identifies the LowBinding property.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public PropertyNameDataPointBinding LowBinding { get; set; }

Property Value

PropertyNameDataPointBinding

The property name data point binding for the low value.