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