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