EnumChartCategoryAxisBaseUnit
Enum
Specifies the base time interval for the axis.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum ChartCategoryAxisBaseUnit
Fields
Days
The time interval is days.
Fit
Automatic base unit based on limit set from MaxDateGroups. Note that the BaseUnitStep setting will be disregarded.
Hours
The time interval is hours.
Minutes
The time interval is minutes.
Months
The time interval is months.
Seconds
The time interval is seconds.
Weeks
The time interval is weeks.
Years
The time interval is years.