Class
ValueIndicatorBase

Represents the base class for financial indicators that use a value binding.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class ValueIndicatorBase : LineIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBase

Derived Classes: ShortLongPeriodIndicatorBaseValuePeriodIndicatorBase

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

ValueIndicatorBase()

Declaration

cs-api-definition
protected ValueIndicatorBase()

Fields

ValueBindingProperty

Identifies the ValueBinding bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueBindingProperty

Field Value

BindableProperty

Properties

ValueBinding

Gets or sets the value binding for the indicator.

Declaration

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

Property Value

PropertyNameDataPointBinding

The property name data point binding used to extract values from data items.