Class IndicatorBase
Provides a base class for financial indicators in chart controls.
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class IndicatorBase : CartesianSeries, IParentElement, IChildElement
Constructors
IndicatorBase()
Declaration
protected IndicatorBase()
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
public static readonly BindableProperty CategoryBindingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
CategoryBinding
Gets or sets the binding for the category value of the data point.
Declaration
public PropertyNameDataPointBinding CategoryBinding { get; set; }
Property Value
PropertyNameDataPointBinding
The property name data point binding for the category value. |