Kendo.Mvc.UI.IChartCategoryAxis
The Kendo UI Chart category axis interface.
Properties
Categories
The categories displayed on the axis
Member
The Model member used to populate the Categories
AxisCrossingValues
The category indicies at which perpendicular axes cross this axis.
Type
Specifies the category axis type.
BaseUnit
Specifies the date category axis base unit.
BaseUnitStep
Sets the step (interval) between categories in base units.
MaxDateGroups
Specifies the maximum number of groups (categories) to produce when either BaseUnit is set to Fit or BaseUnitStep is set to 0 (auto). This option is ignored in all other cases.
MaxDivisions
The maximum number of ticks and labels to display. Applicabable for date category axis.
RoundToBaseUnit
If set to false, the min and max dates will not be rounded off to the nearest baseUnit. This option is most useful in combination with explicit min and max dates. It will be ignored if either Bar, Column, OHLC or Candlestick series are plotted on the axis.
WeekStartDay
The week start day when the base unit is Weeks. The default is Sunday.
Justified
Positions categories and series points on major ticks. This removes the empty space before and after the series. This option will be ignored if either Bar, Column, OHLC or Candlestick series are plotted on the axis.
AutoBaseUnitSteps
Specifies the discrete BaseUnitStep values when either BaseUnit is set to Fit or BaseUnitStep is set to 0 (auto).
Min
Specifies the category axis minimum value.
Max
Specifies the date category axis maximum value.
Select
Gets or sets the axis selection.