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