IndicatorBase
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:
C#
public abstract class IndicatorBase : CartesianSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBase
Derived Classes:
Inherited Members
Constructors
C#
protected IndicatorBase()
Fields
CategoryBindingProperty
BindableProperty
Identifies the CategoryBinding property.
C#
public static readonly BindableProperty CategoryBindingProperty
Properties
Gets or sets the binding for the category value of the data point.
C#
public PropertyNameDataPointBinding CategoryBinding { get; set; }
The property name data point binding for the category value.