Skip to main content
All docs
V25.1
  • ChartIndicatorBase.Thickness Property

    Specifies the thickness of the indicator line.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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