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