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