<kendo:chart-yAxisItem-labels-rotation>
The rotation angle of the labels. By default the labels are not rotated.
Example
<kendo:chart-yAxisItem-labels>
<kendo:chart-yAxisItem-labels-rotation></kendo:chart-yAxisItem-labels-rotation>
</kendo:chart-yAxisItem-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-yAxisItem-labels-rotation align="align">
</kendo:chart-yAxisItem-labels-rotation>
angle float
The rotation angle of the labels. By default the labels are not rotated.
Example
<kendo:chart-yAxisItem-labels-rotation angle="angle">
</kendo:chart-yAxisItem-labels-rotation>