ClassOhlcSeriesBase
Represents a base class for OHLC (Open, High, Low, Close) series in Cartesian charts.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public abstract class OhlcSeriesBase : CartesianSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesOhlcSeriesBase
Derived Classes:
Inherited Members
Constructors
OhlcSeriesBase()
Declaration
protected OhlcSeriesBase()
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
public static readonly BindableProperty CategoryBindingProperty
Field Value
BindableProperty
CloseBindingProperty
Identifies the CloseBinding property.
Declaration
public static readonly BindableProperty CloseBindingProperty
Field Value
BindableProperty
HighBindingProperty
Identifies the HighBinding property.
Declaration
public static readonly BindableProperty HighBindingProperty
Field Value
BindableProperty
LowBindingProperty
Identifies the LowBinding property.
Declaration
public static readonly BindableProperty LowBindingProperty
Field Value
BindableProperty
OpenBindingProperty
Identifies the OpenBinding property.
Declaration
public static readonly BindableProperty OpenBindingProperty
Field Value
BindableProperty
Properties
CategoryBinding
Gets or sets the binding that will be used to fill the Category member of the contained data points.
Declaration
public PropertyNameDataPointBinding CategoryBinding { get; set; }
Property Value
CloseBinding
Gets or Sets the binding that will be used for the "Close" value of each data point
Declaration
public PropertyNameDataPointBinding CloseBinding { get; set; }
Property Value
HighBinding
Gets or Sets the binding that will be used for the "High" value of each data point
Declaration
public PropertyNameDataPointBinding HighBinding { get; set; }
Property Value
LowBinding
Gets or Sets the binding that will be used for the "Low" value of each data point
Declaration
public PropertyNameDataPointBinding LowBinding { get; set; }
Property Value
OpenBinding
Gets or Sets the binding that will be used for the "Open" value of each data point
Declaration
public PropertyNameDataPointBinding OpenBinding { get; set; }
Property Value