Class OhlcSeriesBase
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class OhlcSeriesBase : CartesianSeries, IParentElement, IChildElement
Constructors
OhlcSeriesBase()
Declaration
protected OhlcSeriesBase()
Fields
CategoryBindingProperty
Identifies the Category
Declaration
public static readonly BindableProperty CategoryBindingProperty
Field Value
Microsoft.
|
CloseBindingProperty
Identifies the Close
Declaration
public static readonly BindableProperty CloseBindingProperty
Field Value
Microsoft.
|
HighBindingProperty
Identifies the High
Declaration
public static readonly BindableProperty HighBindingProperty
Field Value
Microsoft.
|
LowBindingProperty
Identifies the Low
Declaration
public static readonly BindableProperty LowBindingProperty
Field Value
Microsoft.
|
OpenBindingProperty
Identifies the Open
Declaration
public static readonly BindableProperty OpenBindingProperty
Field Value
Microsoft.
|
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; }