BollingerBandsIndicatorStyle.UpperStrokeThickness Property
Gets or sets the thickness of the indicator’s upper band. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public float UpperStrokeThickness { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Single | -1 | The line thickness. |
See Also