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