Class ValueIndicatorBase
Represents the base class for financial indicators that use a value binding.
Inheritance
System.Object
ValueIndicatorBase
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class ValueIndicatorBase : LineIndicatorBase, IParentElement, IChildElement
Constructors
ValueIndicatorBase()
Declaration
protected ValueIndicatorBase()
Fields
ValueBindingProperty
Identifies the ValueBinding bindable property.
Declaration
public static readonly BindableProperty ValueBindingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ValueBinding
Gets or sets the value binding for the indicator.
Declaration
public PropertyNameDataPointBinding ValueBinding { get; set; }
Property Value
PropertyNameDataPointBinding
The property name data point binding used to extract values from data items. |