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