<kendo:chart-plotArea-padding>
The padding of the chart plot area. A numeric value will set all paddings.The default padding for pie, donut, radar and polar charts is proportional of the chart size.
Example
<kendo:chart-plotArea>
<kendo:chart-plotArea-padding></kendo:chart-plotArea-padding>
</kendo:chart-plotArea>
Configuration Attributes
bottom float
The bottom padding of the chart plot area.
Example
<kendo:chart-plotArea-padding bottom="bottom">
</kendo:chart-plotArea-padding>
left float
The left padding of the chart plot area.
Example
<kendo:chart-plotArea-padding left="left">
</kendo:chart-plotArea-padding>
right float
The right padding of the chart plot area.
Example
<kendo:chart-plotArea-padding right="right">
</kendo:chart-plotArea-padding>
top float
The top padding of the chart plot area.
Example
<kendo:chart-plotArea-padding top="top">
</kendo:chart-plotArea-padding>