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

ValueAxis

Interface

Specifies the configuration options of the value axis.

Definition

Package:@progress/kendo-angular-charts

Properties

Specifies the value at which the category axis crosses this axis. For objects, sets the crossing value directly. For arrays, sets the value indices at which the category axes cross the value axis. For dates, sets the date at which the category axis crosses this axis.

Specifies the background color of the axis.

color?

string

Specifies the color of the value axis. Accepts a valid CSS color string, including HEX and RGB.

Specifies the crosshair configuration options.

The crosshair displays when the valueAxis.crosshair.visible option is set to true.

Specifies the axis labels configuration.

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 lines extend the major ticks through the body of the Chart.

Specifies the configuration of the value axis major ticks.

Specifies the interval between major divisions. If valueAxis.type is set to "log", the majorUnit value is used for the base of the logarithm.

max?

any

Specifies the maximum value of the axis.

min?

any

Specifies the minimum value of the axis.

Specifies the configuration of the minor grid lines. These lines extend the minor ticks through the body of the Chart.

Specifies the configuration of the value axis minor ticks.

Specifies the interval between minor divisions. Defaults to one-fifth (1/5) of the valueAxis.majorUnit. If valueAxis.type is set to "log", the minorUnit value represents the number of divisions between two major units and defaults to the major unit minus one.

name?

string

Specifies the unique axis name. Use this to associate a series with a value axis by using the series.axis option.

Determines whether the Chart prevents the automatic axis range from snapping to zero. Set to false to force the automatic axis range to snap to zero.

Specifies the value axis notes configuration.

pane?

string

Specifies the name of the pane that renders the value axis. If not set, the axis renders in the first (default) pane.

Specifies the plot bands of the value axis.

reverse?

boolean

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

Radar and Polar Charts do not support reverse value axes.

Specifies the title configuration of the value axis.

To display the title, set the valueAxis.title.text option.

type?

"numeric" | "log"

Specifies the axis type.

Use "numeric" for a numeric axis or "log" for a logarithmic axis.

visible?

boolean

Determines whether to display the value axis. By default, the value axis is visible.