ValueAxisItemComponent
Represents the Kendo UI for Angular Chart Value Axis Item component.
<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
Name | Type | Default | Description |
---|---|---|---|
axisCrossingValue |
|
Specifies the value or array of values at which the axis crosses with another axis. | |
background |
|
Specifies the background color of the axis. | |
color |
|
Specifies the color of the axis. | |
crosshair |
|
Specifies the configuration of the crosshair. | |
labels |
|
Specifies the configuration of the labels. | |
line |
|
Specifies the configuration of the axis line. | |
majorGridLines |
|
Specifies the configuration of the major grid lines. | |
majorTicks |
|
Specifies the configuration of the major ticks. | |
majorUnit |
|
Specifies the interval between major divisions. | |
max |
|
|
Specifies the maximum value of the axis. |
min |
|
|
Specifies the minimum value of the axis. |
minorGridLines |
|
Specifies the configuration of the minor grid lines. | |
minorTicks |
|
Specifies the configuration of the minor ticks. | |
minorUnit |
|
Specifies the interval between minor divisions. | |
name |
|
|
Specifies the unique axis name. Use this name to associate a series with a value axis by using the |
narrowRange |
|
|
Determines whether the Chart prevents the automatic axis range from snapping to zero.
Set to |
notes |
|
Specifies the configuration of the notes. | |
pane |
|
Specifies the name of the pane that the axis renders in. | |
plotBands |
|
Specifies the plot bands configuration. | |
reverse |
|
|
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 |
|
Specifies the configuration of the title. | |
type |
|
|
Specifies the axis type. The |
visible |
|
|
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
| ||||||
|