Skip to main content

BollingerBands.BandsLineStyle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
LineStyle

a LineStyle object.

See Also