A newer version of this page is available.
Switch to the current version.
BootstrapRangeSelectorScale.TickIntervalUnit Property
Specifies the measurement unit of the interval between major scale ticks.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(VizTimeInterval.None)]
public VizTimeInterval TickIntervalUnit { get; set; }
<DefaultValue(VizTimeInterval.None)>
Public Property TickIntervalUnit As VizTimeInterval
Property Value
Type | Default | Description |
---|---|---|
VizTimeInterval | None |
A VizTimeInterval enumeration value specifying a unit of measurement. |
Remarks
Use the TickIntervalUnit property to specify the measurement unit of the value specified by the BootstrapRangeSelectorScale.TickInterval property.
If the scale displays numbers, set this property to None.
See Also
Feedback