ValueAxisLabelsComponent
Represents the value axis labels configuration.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-value-axis-item-labels
Inputs
background
string
Specifies the background color of the labels.
color
string
Specifies the text color of the labels.
Specifies a function that creates the content of the label.
font
string
The font style of the labels.
'12px sans-serif'
format
string
The format for displaying the labels. Uses the format method of IntlService.
Contains one placeholder ("{0}") which represents the category value.
'{0}'
mirror
boolean
If set to true, 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.
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.
Alternatively, when the position property is set to start, the axis labels will be 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.
'onAxis'
rotation
number | LabelRotation | "auto"
The rotation angle (in degrees) of the labels. By default, the labels are not rotated. Angles
increase clockwise and zero is to the left. Negative values are acceptable. Can be set to "auto" if
the axis is horizontal. In this case, the labels will be rotated only if the slot size is not
sufficient for the entire labels.
0
skip
number
The number of labels to skip. By default, no labels are skipped.
0
step
number
The label rendering step.
Every nth label is rendered where n is the step.
1
visible
boolean
If set to true, the Chart displays the value axis labels.
true
Specifies a function for creating custom visuals for the labels.
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.