CategoryAxisLabels
Represents the configuration options of the category axis labels.
Definition
Package:@progress/kendo-angular-charts
Properties
background?
string
Specifies the background color of the labels. Accepts a valid CSS color string, including hex and rgb.
color?
string
Specifies the text color of the labels. Accepts a valid CSS color string, including hex and rgb.
Specifies the function which returns the label content.
You can split the text into multiple lines by using the line feed characters ("\n").
culture?
string
Specifies the culture to use when formatting date values. The specified culture must be loaded as demonstrated in the Internationalization Overview.
Specifies the format for displaying the labels of the date category axis.
The {0} placeholder represents the category value.
The Chart selects the appropriate format for the current categoryAxis.baseUnit option.
Setting the categoryAxis.labels.format option overrides the date formats.
For more information, refer to the format method of IntlService.
For Radar Charts, the feature is not supported. Use categoryAxis.labels.format instead.
font?
string
Specifies the font style of the labels.
format?
string
Specifies the format for displaying the labels. Uses the format method of IntlService.
Contains one placeholder ("{0}") which represents the category value.
mirror?
boolean
Determines whether the Chart mirrors the axis labels and ticks.
When set to true, labels that are normally on the left side of the axis render to the right.
Specifies the position of the axis labels. By default, labels are positioned next to the axis.
When position is set to end, the labels are placed at the end of the crossing axis, usually at the top or right end of the Chart unless the crossing axis has been reversed.
When the position property is set to start, the axis labels are positioned at the beginning of the crossing axis, typically located at the left or bottom end of the Chart, unless the crossing axis has been reversed.
rotation?
number | LabelRotation | "auto"
Specifies the rotation angle of the labels. By default, the labels are not rotated.
When the axis is horizontal, you can set this to "auto".
In this case, the labels are rotated only if the slot size is not sufficient for the entire labels.
skip?
number
Specifies the number of labels to skip. By default, no labels are skipped.
step?
number
Specifies the rendering step of the label—renders every nth label. By default, every label is rendered.
visible?
boolean
Determines whether the Chart displays the category axis labels.
When set to true, the labels are visible. By default, the category axis labels are visible.
Specifies a function for creating a custom visual for the labels.