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

ValueAxis

Specifies the configuration options of the value axis.

NameTypeDefaultDescription

axisCrossingValue?

any

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.

background?

string

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.

crosshair?

ValueAxisCrosshair

Specifies the crosshair configuration options.

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

labels?

ValueAxisLabels

Specifies the axis labels configuration.

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

majorTicks?

AxisTicks

Specifies the configuration of the value axis major ticks.

majorUnit?

number

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.

minorGridLines?

GridLines

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

minorTicks?

AxisTicks

Specifies the configuration of the value axis minor ticks.

minorUnit?

number

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.

narrowRange?

boolean

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.

notes?

ValueAxisNotes

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.

plotBands?

PlotBand[]

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.

title?

ValueAxisTitle

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.

Not finding the help you need?
Contact Support