ClassValueIndicatorBase
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:
cs-api-definition
public abstract class ValueIndicatorBase : LineIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBase
Derived Classes:
Inherited Members
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
The property name data point binding used to extract values from data items.