LabelRotation
Interface
Specifies the rotation configuration for the axis labels.
Definition
Package:@progress/kendo-angular-charts
Properties
align?
"center" | "end"
Specifies the alignment of the rotated labels relative to the slot center.
Supports the values "end" and "center".
By default, Charts align the closest end of the label to the center.
If set to "center", Charts align the center of the rotated label instead.
angle?
number | "auto"
Specifies the rotation angle of the labels.
By default, labels are not rotated.
Can be set to "auto". In this case, labels rotate
only if the slot size is not sufficient for the entire labels.