Skip to main content
All docs
V24.2

ChartIndicatorBase.Thickness Property

Specifies the thickness of the indicator line.

Namespace: DevExpress.DashboardCommon

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

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