Skip to main content
All docs
V25.1
  • DxRangeSelectorScaleTick.Width Property

    Specifies the width of major scale ticks.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    Type Default Description
    Int32 1

    The width of major scale ticks in pixels.

    Remarks

    Refer to the DxRangeSelectorScaleTick class description for more information and an example.

    See Also