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

AxisDefaults

Interface

Represents the configuration options of the axis.

Definition

Package:@progress/kendo-angular-charts

Properties

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.

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

Specifies the configuration of the axis labels.

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

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.

Specifies the configuration of the axis major ticks.

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.

Specifies the configuration of the axis minor ticks.

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.

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.

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

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.