Kendo.Mvc.UI.IChartAxisBase
The Kendo UI Chart axis base interface.
Properties
MajorTicks
The axis major ticks configuration.
MinorTicks
The axis minor ticks configuration.
MajorGridLines
The major grid lines configuration.
MinorGridLines
The minor grid lines configuration.
Line
The axis line configuration.
Labels
The axis labels.
Title
The axis title.
Name
The axis name. Leave empty to use the "primary" default value.
Color
The color for all axis elements. Can be overriden by individual settings.
Reverse
A value indicating if the axis labels should be rendered in reverse.
NarrowRange
A value indicating if the automatic axis range should snap to 0.
Crosshair
The axis crosshair configuration.
Methods
CreateSerializer
Creates a new IChartSerializer.
Returns
The IChartSerializer instance.