Class BollingerBandsIndicator
Inheritance
System.Object
BollingerBandsIndicator
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class BollingerBandsIndicator : ValuePeriodIndicatorBase, IParentElement, IChildElement
Constructors
BollingerBandsIndicator()
Declaration
public BollingerBandsIndicator()
Fields
LowerBandStrokeProperty
Declaration
public static readonly BindableProperty LowerBandStrokeProperty
Field Value
Xamarin.Forms.BindableProperty
|
StandardDeviationsProperty
Declaration
public static readonly BindableProperty StandardDeviationsProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
LowerBandStroke
Declaration
public Color LowerBandStroke { get; set; }
Property Value
Xamarin.Forms.Color
|
StandardDeviations
Declaration
public int StandardDeviations { get; set; }
Property Value
System.Int32
|