Kendo.Mvc.UI.ChartAxisBase
Defines the Chart base axis options.
Properties
Chart
Gets the chart.
MajorTicks
The axis major ticks configuration.
Crosshair
The axis crosshair 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.
PlotBands
The axis plot bands.
Title
The axis title.
Name
The axis name. Leave empty to use the "primary" default value.
Pane
The name of the pane that the axis should be rendered in.
Color
The color for all axis elements. Can be overriden by individual settings.
Background
The axis background color
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.
Visible
Gets or sets the axis visibility.
StartAngle
The angle (degrees) where the 0 value is placed. It defaults to 0. Angles increase counterclockwise and zero is to the right. Negative values are acceptable.
Notes
The axis notes.
Methods
CreateSerializer
Creates a serializer for the axis options.