YAxisItemComponent
Represents the Kendo UI for Angular Chart Y Axis Item component (see example).
<kendo-chart>
<kendo-chart-y-axis>
<kendo-chart-y-axis-item color="indigo" [line]="{ width: 2 }">
</kendo-chart-y-axis-item>
</kendo-chart-y-axis>
</kendo-chart>
Selector
kendo-chart-y-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. | |
baseUnit |
|
Specifies the base time unit for the axis. | |
categories? |
|
Specifies the categories for 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 name of the axis. | |
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 values increase from left to right and from bottom to top. |
title |
|
Specifies the configuration of the title. | |
type |
|
|
Specifies the axis type. The options are When the series Y value is of the |
visible |
|
|
Determines whether the Chart displays the Y axis. By default, the Y 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
| ||||||
|