Skip to main content
A newer version of this page is available. .

BollingerBands.StandardDeviationMultiplier Property

Gets or sets the multiplier of the standard deviation used to plot this indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public double StandardDeviationMultiplier { get; set; }

Property Value

Type Description
Double

A Double value specifying the multiplier.

Remarks

For more information about the Bollinger Bands indicator, refer to the Bollinger Bands Wikipedia page.

See Also