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