ValueIndicatorBase
Class
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:
C#
public abstract class ValueIndicatorBase : LineIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBase...
Derived Classes:
Inherited Members
Constructors
C#
protected ValueIndicatorBase()
Fields
ValueBindingProperty
BindableProperty
Identifies the ValueBinding bindable property.
C#
public static readonly BindableProperty ValueBindingProperty
Properties
Gets or sets the value binding for the indicator.
C#
public PropertyNameDataPointBinding ValueBinding { get; set; }
The property name data point binding used to extract values from data items.