<kendo:chart-pane-padding>

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

Example

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

Configuration Attributes

bottom float

The bottom padding of the chart panes.

Example

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

left float

The left padding of the chart panes.

Example

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

The right padding of the chart panes.

Example

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

top float

The top padding of the chart panes.

Example

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