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

BollingerBands.BandsLineStyle Property

Gets or sets the style of the bands of the indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public LineStyle BandsLineStyle { get; }

Property Value

Type Description
LineStyle

a LineStyle object.

See Also