ClassBollingerBandsIndicator
Represents a Bollinger Bands financial indicator that displays volatility bands around a moving average.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class BollingerBandsIndicator : ValuePeriodIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseBollingerBandsIndicator
Inherited Members
Constructors
BollingerBandsIndicator()
Declaration
public BollingerBandsIndicator()
Fields
LowerBandStrokeProperty
Identifies the LowerBandStroke property.
Declaration
public static readonly BindableProperty LowerBandStrokeProperty
Field Value
BindableProperty
StandardDeviationsProperty
Identifies the StandardDeviations property.
Declaration
public static readonly BindableProperty StandardDeviationsProperty
Field Value
BindableProperty
Properties
LowerBandStroke
Gets or sets the stroke color for the lower Bollinger band.
Declaration
public Color LowerBandStroke { get; set; }
Property Value
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
The number of standard deviations.