OhlcSeriesBase
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
protected OhlcSeriesBase()
Fields
CategoryBindingProperty
BindableProperty
Identifies the CategoryBinding property.
public static readonly BindableProperty CategoryBindingProperty
CloseBindingProperty
BindableProperty
Identifies the CloseBinding property.
public static readonly BindableProperty CloseBindingProperty
HighBindingProperty
BindableProperty
Identifies the HighBinding property.
public static readonly BindableProperty HighBindingProperty
LowBindingProperty
BindableProperty
Identifies the LowBinding property.
public static readonly BindableProperty LowBindingProperty
OpenBindingProperty
BindableProperty
Identifies the OpenBinding property.
public static readonly BindableProperty OpenBindingProperty
Properties
Gets or sets the binding that will be used to fill the Category member of the contained data points.
public PropertyNameDataPointBinding CategoryBinding { get; set; }
Gets or Sets the binding that will be used for the "Close" value of each data point
public PropertyNameDataPointBinding CloseBinding { get; set; }
Gets or Sets the binding that will be used for the "High" value of each data point
public PropertyNameDataPointBinding HighBinding { get; set; }
Gets or Sets the binding that will be used for the "Low" value of each data point
public PropertyNameDataPointBinding LowBinding { get; set; }
Gets or Sets the binding that will be used for the "Open" value of each data point
public PropertyNameDataPointBinding OpenBinding { get; set; }