Class OhlcSeriesBase
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public abstract class OhlcSeriesBase : CartesianSeries, IParentElement, IChildElement
Constructors
OhlcSeriesBase()
Declaration
protected OhlcSeriesBase()
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
public static readonly BindableProperty CategoryBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
CloseBindingProperty
Identifies the CloseBinding property.
Declaration
public static readonly BindableProperty CloseBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
HighBindingProperty
Identifies the HighBinding property.
Declaration
public static readonly BindableProperty HighBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
LowBindingProperty
Identifies the LowBinding property.
Declaration
public static readonly BindableProperty LowBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
OpenBindingProperty
Identifies the OpenBinding property.
Declaration
public static readonly BindableProperty OpenBindingProperty
Field Value
Xamarin.Forms.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
PropertyNameDataPointBinding
|
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
PropertyNameDataPointBinding
|
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
PropertyNameDataPointBinding
|
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
PropertyNameDataPointBinding
|
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
PropertyNameDataPointBinding
|