ClassHighLowCloseIndicatorBase
Class
Provides a base class for financial indicators that use high, low, and close values.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public abstract class HighLowCloseIndicatorBase : HighLowIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBase
Derived Classes:
Inherited Members
Constructors
HighLowCloseIndicatorBase()
Declaration
cs-api-definition
protected HighLowCloseIndicatorBase()
Fields
CloseBindingProperty
Identifies the CloseBinding property.
Declaration
cs-api-definition
public static readonly BindableProperty CloseBindingProperty
Field Value
BindableProperty
Properties
CloseBinding
Gets or sets the binding for the close value of the financial data point.
Declaration
cs-api-definition
public PropertyNameDataPointBinding CloseBinding { get; set; }
Property Value
The property name data point binding for the close value.