Class
IndicatorBase

Provides a base class for financial indicators in chart controls.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class IndicatorBase : CartesianSeries

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBase

Derived Classes: LineIndicatorBase

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

Constructors

IndicatorBase()

Declaration

cs-api-definition
protected IndicatorBase()

Fields

CategoryBindingProperty

Identifies the CategoryBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty CategoryBindingProperty

Field Value

BindableProperty

Properties

CategoryBinding

Gets or sets the binding for the category value of the data point.

Declaration

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

Property Value

PropertyNameDataPointBinding

The property name data point binding for the category value.