Class HighLowIndicatorBase
Inheritance
System.Object
HighLowIndicatorBase
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public abstract class HighLowIndicatorBase : LineIndicatorBase, IParentElement, IChildElement
Constructors
HighLowIndicatorBase()
Declaration
protected HighLowIndicatorBase()
Fields
HighBindingProperty
Declaration
public static readonly BindableProperty HighBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
LowBindingProperty
Declaration
public static readonly BindableProperty LowBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
HighBinding
Declaration
public PropertyNameDataPointBinding HighBinding { get; set; }
Property Value
PropertyNameDataPointBinding
|
LowBinding
Declaration
public PropertyNameDataPointBinding LowBinding { get; set; }
Property Value
PropertyNameDataPointBinding
|