New to Kendo UI for AngularStart a free 30-day trial

AxisDefaults

Represents the configuration options of the axis.

NameTypeDefaultDescription

background?

string

Specifies the background color of the axis.

color?

string

Specifies the color to apply to all axis elements. Accepts a valid CSS color string, including HEX and RGB.

crosshair?

AxisDefaultsCrosshair

Specifies the crosshair configuration options. Displays the crosshair when the axisDefaults.crosshair.visible option is set to true.

labels?

AxisDefaultsLabels

Specifies the configuration of the axis labels.

line?

AxisLine

Specifies the configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.

majorGridLines?

GridLines

Specifies the configuration of the major grid lines. These are the lines that are an extension of the major ticks through the body of the Chart.

majorTicks?

AxisTicks

Specifies the configuration of the axis major ticks.

minorGridLines?

GridLines

Specifies the configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the Chart.

minorTicks?

AxisTicks

Specifies the configuration of the axis minor ticks.

narrowRange?

boolean

Determines whether the Chart prevents the axis range from snapping to zero. When set to true, the Chart prevents the axis range from snapping to zero. Setting it to false, forces the axis range to snap to zero.

pane?

string

Specifies the name of the pane in which the axis has to be rendered. If not set, the axis will be rendered in the first (default) pane.

plotBands?

PlotBand[]

Specifies the plot bands of the axis.

reverse?

boolean

Determines whether the axis direction is reversed. When set to true, the axis direction is reversed. By default, categories are listed from left to right and from bottom to top.

startAngle?

number

Specifies the angle (degrees) of the first category on the axis. Angles increase clockwise with zero to the left. Negative values are acceptable.

title?

AxisDefaultsTitle

Specifies the title configuration of the axis. To display the title, set the axisDefaults.title.text option.

visible?

boolean

Determines whether the Chart displays the axis. When set to true, the Chart displays the axis. By default, the axis is visible.

Not finding the help you need?
Contact Support