<kendo:chart-yAxisItem-title-padding>

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

Example

<kendo:chart-yAxisItem-title>
    <kendo:chart-yAxisItem-title-padding></kendo:chart-yAxisItem-title-padding>
</kendo:chart-yAxisItem-title>

Configuration Attributes

bottom float

The bottom padding of the title.

Example

<kendo:chart-yAxisItem-title-padding bottom="bottom">
</kendo:chart-yAxisItem-title-padding>

left float

The left padding of the title.

Example

<kendo:chart-yAxisItem-title-padding left="left">
</kendo:chart-yAxisItem-title-padding>

The right padding of the title.

Example

<kendo:chart-yAxisItem-title-padding right="right">
</kendo:chart-yAxisItem-title-padding>

top float

The top padding of the title.

Example

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