Skip to main content
A newer version of this page is available.
All docs
V19.2

BootstrapChartCommonAxisSettings.MinorTickIntervalUnit Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(VizTimeInterval.None)]
public VizTimeInterval MinorTickIntervalUnit { get; set; }

Property Value

Type Default
VizTimeInterval **None**

Available values:

Name Description
None

No specific unit of measurement is applied to the size of the interval between ticks.

Millisecond

The size of the interval between ticks is measured in milliseconds.

Second

The size of the interval between ticks is measured in seconds.

Minute

The size of the interval between ticks is measured in minutes.

Hour

The size of the interval between ticks is measured in hours.

Day

The size of the interval between ticks is measured in days.

Week

The size of the interval between ticks is measured in weeks.

Month

The size of the interval between ticks is measured in months.

Quarter

The size of the interval between ticks is measured in quarters of a year.

Year

The size of the interval between ticks is measured in years.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinorTickIntervalUnit
BootstrapChart
.SettingsCommonAxis.MinorTickIntervalUnit
BootstrapPolarChart
.SettingsCommonAxis.MinorTickIntervalUnit
See Also