<kendo:chart-categoryAxisItem-labels-padding>

The padding of the labels. A numeric value will set all paddings.

Example

<kendo:chart-categoryAxisItem-labels>
    <kendo:chart-categoryAxisItem-labels-padding></kendo:chart-categoryAxisItem-labels-padding>
</kendo:chart-categoryAxisItem-labels>

Configuration Attributes

bottom float

The bottom padding of the labels.

Example

<kendo:chart-categoryAxisItem-labels-padding bottom="bottom">
</kendo:chart-categoryAxisItem-labels-padding>

left float

The left padding of the labels.

Example

<kendo:chart-categoryAxisItem-labels-padding left="left">
</kendo:chart-categoryAxisItem-labels-padding>

The right padding of the labels.

Example

<kendo:chart-categoryAxisItem-labels-padding right="right">
</kendo:chart-categoryAxisItem-labels-padding>

top float

The top padding of the labels.

Example

<kendo:chart-categoryAxisItem-labels-padding top="top">
</kendo:chart-categoryAxisItem-labels-padding>
In this article
Not finding the help you need?