Skip to main content

VizTimeInterval Enum

Lists values that specify the time interval between axis ticks.

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum VizTimeInterval

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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also