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