<kendo:chart-subtitle-padding>

The padding of the subtitle. A numeric value will set all margins.

Example

<kendo:chart-subtitle>
    <kendo:chart-subtitle-padding></kendo:chart-subtitle-padding>
</kendo:chart-subtitle>

Configuration Attributes

bottom float

The bottom padding of the subtitle.

Example

<kendo:chart-subtitle-padding bottom="bottom">
</kendo:chart-subtitle-padding>

left float

The left padding of the subtitle.

Example

<kendo:chart-subtitle-padding left="left">
</kendo:chart-subtitle-padding>

The right padding of the subtitle.

Example

<kendo:chart-subtitle-padding right="right">
</kendo:chart-subtitle-padding>

top float

The top padding of the subtitle.

Example

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