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

ValueAxisItemComponent

Represents the Kendo UI for Angular Chart Value Axis Item component.

html
<kendo-chart>
 <kendo-chart-value-axis>
  <kendo-chart-value-axis-item>
    <kendo-chart-value-axis-item-title text="Value Axis Title"></kendo-chart-value-axis-item-title>
  </kendo-chart-value-axis-item>
 </kendo-chart-value-axis>
</kendo-chart>

Selector

kendo-chart-value-axis-item

Inputs

NameTypeDefaultDescription

axisCrossingValue

any

Specifies the value or array of values at which the axis crosses with another axis.

background

string

Specifies the background color of the axis.

color

string

Specifies the color of the axis.

crosshair

ValueAxisCrosshair

Specifies the configuration of the crosshair.

labels

ValueAxisLabels

Specifies the configuration of the labels.

line

AxisLine

Specifies the configuration of the axis line.

majorGridLines

GridLines

Specifies the configuration of the major grid lines.

majorTicks

AxisTicks

Specifies the configuration of the major ticks.

majorUnit

number

Specifies the interval between major divisions.

max

any

1

Specifies the maximum value of the axis.

min

any

0

Specifies the minimum value of the axis.

minorGridLines

GridLines

Specifies the configuration of the minor grid lines.

minorTicks

AxisTicks

Specifies the configuration of the minor ticks.

minorUnit

number

Specifies the interval between minor divisions.

name

string

'primary'

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

narrowRange

boolean

true

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 configuration of the notes.

pane

string

Specifies the name of the pane that the axis renders in.

plotBands

PlotBand[]

Specifies the plot bands configuration.

reverse

boolean

false

Determines whether the value axis direction is reversed. By default, the 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 configuration of the title.

type

"numeric" | "log"

'numeric'

Specifies the axis type.

The numeric value refers to a numeric axis, while log represents a logarithmic axis.

visible

boolean

true

Determines whether the Chart displays the value axis. By default, the value axis is visible.

Methods

notifyChanges

Updates the component fields with the specified values and refreshes the Chart.

Use this method when the configuration values cannot be set through the template.

ts
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support