CategoryAxisLabelsComponent
Represents the labels configuration for the category axis of the Chart (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-category-axis-item-labels
Inputs
background
string
Specifies the background color of the labels.
color
string
Sets the text color of the labels.
Specifies a function that creates the content of the label.
culture
string
Defines the culture info used for formatting the dates.
Specifies the format for different date parts.
font
string
Specifies the font style of the labels.
'12px sans-serif'
format
string
Specifies the format for displaying the labels. Uses the format method of IntlService.
Contains one placeholder ("{0}") which represents the category value.
'{0}'
Specifies the margin of the labels. A numeric value sets all margins.
0
mirror
boolean
Determines whether the Chart mirrors the axis labels and ticks. If the labels are normally on the left side of the axis, the mirroring of the axis renders them to the right.
false
Specifies the padding of the labels. A numeric value sets all paddings.
0
Specifies the position of the axis labels. By default, the labels are positioned next to the axis.
'onAxis'
rotation
number | LabelRotation | "auto"
Specifies the rotation angle of the labels. By default, the labels are not rotated.
If the axis is horizontal, can be set to "auto". In this case, the labels are rotated
only if the slot size is not sufficient for the entire labels.
0
skip
number
Specifies the number of labels to skip. By default, no labels are skipped.
0
step
number
Specifies the rendering step of the label—renders every nth label. By default, every label is rendered.
1
visible
boolean
Determines whether the Chart displays the category axis labels. By default, the category axis labels are visible.
true
Specifies a function that creates a visual for the label.
Methods
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.
An object containing the updated input fields.