New to Telerik UI for BlazorStart a free 30-day trial

Specifies the base time interval for the axis.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum ChartCategoryAxisBaseUnit

Fields

The time interval is days.

C#
Days = 3

Automatic base unit based on limit set from MaxDateGroups. Note that the BaseUnitStep setting will be disregarded.

C#
Fit = 7

The time interval is hours.

C#
Hours = 2

The time interval is minutes.

C#
Minutes = 1

The time interval is months.

C#
Months = 5

The time interval is seconds.

C#
Seconds = 0

The time interval is weeks.

C#
Weeks = 4

The time interval is years.

C#
Years = 6