DxRangeSelectorScaleMinorTick.Width Property
Specifies the width of minor scale ticks.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(1)]
[Parameter]
public int Width { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1 | The width of minor scale ticks in pixels. |
Remarks
Refer to the DxRangeSelectorScaleMinorTick class description for more information and an example.
See Also