Skip to main content
A newer version of this page is available. .

BootstrapRangeSelectorScale.TickInterval Property

Specifies the interval between major scale ticks.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(typeof(decimal), "0")]
public decimal TickInterval { get; set; }

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