<kendo:chart-xAxisItem-labels-rotation>

The rotation angle of the labels. By default the labels are not rotated. Can be set to "auto" in which case the labels will be rotated only if the slot size is not sufficient for the entire labels.

Example

<kendo:chart-xAxisItem-labels>
    <kendo:chart-xAxisItem-labels-rotation></kendo:chart-xAxisItem-labels-rotation>
</kendo:chart-xAxisItem-labels>

Configuration Attributes

align java.lang.String

The alignment of the rotated labels relative to the slot center. The supported values are "end" and "center". By default the closest end of the label will be aligned to the center. If set to "center", the center of the rotated label will be aligned instead.

Example

<kendo:chart-xAxisItem-labels-rotation align="align">
</kendo:chart-xAxisItem-labels-rotation>

angle java.lang.Object

The rotation angle of the labels. By default the labels are not rotated. Can be set to "auto" in which case the labels will be rotated only if the slot size is not sufficient for the entire labels.

Example

<kendo:chart-xAxisItem-labels-rotation angle="angle">
</kendo:chart-xAxisItem-labels-rotation>
In this article
Not finding the help you need?