Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • ChartIndicatorBase.Thickness Property

    Specifies the thickness of the indicator line.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

    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