<kendo:chart-legend-padding>
The padding of the chart legend. A numeric value will set all paddings.
Example
<kendo:chart-legend>
<kendo:chart-legend-padding></kendo:chart-legend-padding>
</kendo:chart-legend>
Configuration Attributes
bottom float
The bottom padding of the chart legend.
Example
<kendo:chart-legend-padding bottom="bottom">
</kendo:chart-legend-padding>
left float
The left padding of the chart legend.
Example
<kendo:chart-legend-padding left="left">
</kendo:chart-legend-padding>
right float
The right padding of the chart legend.
Example
<kendo:chart-legend-padding right="right">
</kendo:chart-legend-padding>
top float
The top padding of the chart legend.
Example
<kendo:chart-legend-padding top="top">
</kendo:chart-legend-padding>