VizTimeInterval Enum
Lists values that specify the time interval between axis ticks.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v21.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return VizTimeInterval values:
Remarks
<dx:BootstrapPolarChart>
<ArgumentAxis TickInterval="1" TickIntervalUnit="Day" />
<ValueAxis TickInterval="1" TickIntervalUnit="Day" />
</dx:BootstrapPolarChart>
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VizTimeInterval enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.