Back to Devexpress

VizTimeInterval Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-4f664564.md

latest3.2 KB
Original Source

VizTimeInterval Enum

Lists values that specify the time interval between axis ticks.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum VizTimeInterval
vb
Public Enum VizTimeInterval

Members

NameDescription
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.

|

The following properties accept/return VizTimeInterval values:

Remarks

aspx
<dx:BootstrapPolarChart>
    <ArgumentAxis TickInterval="1" TickIntervalUnit="Day" />
    <ValueAxis TickInterval="1" TickIntervalUnit="Day" />
</dx:BootstrapPolarChart>

See Also

DevExpress.Web.Bootstrap Namespace