XAxisItemComponent
Represents the Kendo UI for Angular Chart X Axis Item component (see example).
<kendo-chart>
<kendo-chart-x-axis>
<kendo-chart-x-axis-item>
<kendo-chart-x-axis-item-title text="X Axis Title"></kendo-chart-x-axis-item-title>
</kendo-chart-x-axis-item>
</kendo-chart-x-axis>
</kendo-chart>
Selector
kendo-chart-x-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. | |
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 axis direction is reversed. | |
startAngle |
|
Specifies the start angle for radar and polar axes. | |
title |
|
Specifies the configuration of the title. | |
type |
|
|
Specifies the axis type. The options are If the series X value is of the |
visible |
|
|
Determines whether the Chart displays the X axis. By default, the X axis is visible. |
weekStartDay |
|
Specifies the first day of the week. |
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
| ||||||
|