Skip to main content
All docs
V23.2

ChartIndicatorBase.Thickness Property

Specifies the thickness of the indicator line.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(1)]
public int Thickness { get; set; }

Property Value

Type Default Description
Int32 1

An integer value which specifies the indicator line’s thickness, in pixels.

See Also