Skip to main content

BollingerBands.BandsLineStyle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
LineStyle

a LineStyle object.

See Also