Class ChartCategoryAxisBaseUnit
Specifies the base time interval for the axis.
Inheritance
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartCategoryAxisBaseUnit : Enum
Fields
Days
The time interval is days.
Declaration
public const ChartCategoryAxisBaseUnit Days
Field Value
ChartCategoryAxisBaseUnit
|
Fit
Automatic base unit based on limit set from MaxDateGroups. Note that the BaseUnitStep setting will be disregarded.
Declaration
public const ChartCategoryAxisBaseUnit Fit
Field Value
ChartCategoryAxisBaseUnit
|
Hours
The time interval is hours.
Declaration
public const ChartCategoryAxisBaseUnit Hours
Field Value
ChartCategoryAxisBaseUnit
|
Minutes
The time interval is minutes.
Declaration
public const ChartCategoryAxisBaseUnit Minutes
Field Value
ChartCategoryAxisBaseUnit
|
Months
The time interval is months.
Declaration
public const ChartCategoryAxisBaseUnit Months
Field Value
ChartCategoryAxisBaseUnit
|
Seconds
The time interval is seconds.
Declaration
public const ChartCategoryAxisBaseUnit Seconds
Field Value
ChartCategoryAxisBaseUnit
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Weeks
The time interval is weeks.
Declaration
public const ChartCategoryAxisBaseUnit Weeks
Field Value
ChartCategoryAxisBaseUnit
|
Years
The time interval is years.
Declaration
public const ChartCategoryAxisBaseUnit Years
Field Value
ChartCategoryAxisBaseUnit
|