Back to Devexpress

BollingerBandsModel.BandsLineStyle Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-bollingerbandsmodel.md

latest1.3 KB
Original Source

BollingerBandsModel.BandsLineStyle Property

Gets or sets the value of the BollingerBands.BandsLineStyle within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Appearance)]
public LineStyle BandsLineStyle { get; }
vb
<LocalizableCategory(DesignerCategories.Appearance)>
Public ReadOnly Property BandsLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

The line style of band lines.

|

See Also

BollingerBandsModel Class

BollingerBandsModel Members

DevExpress.XtraCharts.Designer Namespace