Class BollingerBandsIndicator
Represents a Bollinger Bands financial indicator that displays volatility bands around a moving average.
Inheritance
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
Identifies the LowerBandStroke property.
Declaration
public static readonly BindableProperty LowerBandStrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StandardDeviationsProperty
Identifies the StandardDeviations property.
Declaration
public static readonly BindableProperty StandardDeviationsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
LowerBandStroke
Gets or sets the stroke color for the lower Bollinger band.
Declaration
public Color LowerBandStroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
The color of the lower band stroke. |
StandardDeviations
Gets or sets the number of standard deviations used to calculate the Bollinger bands.
Declaration
public int StandardDeviations { get; set; }
Property Value
System.Int32
The number of standard deviations. |