BootstrapRangeSelectorScale.TickInterval Property
Specifies the interval between major scale ticks.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Decimal | "0" | A Decimal value specifying the interval. |
Remarks
Use the TickInterval option to set a custom interval between ticks. If this option is not set, ticks are arranged automatically.
To specify the measurement unit of the tick interval, specify the BootstrapRangeSelectorScale.TickIntervalUnit property.
See Also