CategoryAxisLabelsComponent
The configuration of the axis labels (see example).
Selector
kendo-chart-category-axis-item-labels
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
background | string | The background color of the labels. Accepts a valid CSS color string, including hex and rgb. | |
border | The border of the labels. | ||
color | string | The text color of the labels. Accepts a valid CSS color string, including hex and rgb. | |
content | (e: AxisLabelContentArgs) => string | The function which returns the label content.
You can split the text into multiple lines by using the line feed characters ( | |
culture | string | The culture to use when formatting date values. The specified culture must be loaded as demonstrated in the Internationalization Overview. | |
dateFormats | The format for displaying the labels of the date category axis.
The
| ||
font | string | The font style of the labels. | |
format | string | The format for displaying the labels. Uses the | |
margin | number | Margin | The margin of the labels. A numeric value sets all margins. | |
mirror | boolean | If set to | |
padding | number | Padding | The padding of the labels. A numeric value sets all paddings. | |
position | The position of the axis labels. By default, labels are positioned next to the axis.
| ||
rotation | number | LabelRotation | "auto" | The rotation angle of the labels. By default, the labels are not rotated.
If the axis is horizontal, can be set to | |
skip | number | The number of labels to skip. By default, no labels are skipped. | |
step | number | The rendering step of the label—renders every nth label. By default, every label is rendered. | |
visible | boolean | If set to | |
visual | (e: AxisLabelVisualArgs) => Element | A function for creating a custom visual for the labels. The available argument fields are:
|
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.
|
Parameters | ||
---|---|---|
changes | any | An object containing the updated input fields. |