XAxisLabelsComponent
Represents the labels configuration of the X axis.
Selector
kendo-chart-x-axis-item-labels
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Specifies the background color of the labels. | |
border |
|
Specifies the border configuration of the labels. | |
color |
|
Specifies the text color of the labels. | |
content |
|
Specifies a function that returns the content of the labels. | |
culture |
|
Specifies the culture information for the labels. | |
dateFormats |
|
Specifies the date formats for the labels. | |
font |
|
|
Specifies the font style of the labels. |
format |
|
Specifies the format of the labels. | |
margin |
|
Specifies the margin of the labels. | |
mirror |
|
Specifies whether the labels are mirrored. | |
padding |
|
|
Specifies the padding of the labels. A numeric value sets all paddings. |
position |
|
|
Specifies the position of the axis labels. By default, labels are positioned next to the axis. |
rotation |
|
|
Specifies the rotation angle of the labels. By default, the labels are not rotated. Can be set to |
skip |
|
|
Specifies the number of labels to skip. |
step |
|
|
Specifies the label rendering step—renders every nth label. By default, every label is rendered. |
visible |
|
|
Determines whether the Chart displays the X-axis labels. By default, the X-axis labels are visible. |
visual |
|
Specifies a function that returns a custom visual for the labels. |
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
| ||||||
|