<kendo:stockChart-pdf-margin>

Specifies the margins of the page (numbers or strings with units). Supported units are "mm", "cm", "in" and "pt" (default).

Example

<kendo:stockChart-pdf>
    <kendo:stockChart-pdf-margin></kendo:stockChart-pdf-margin>
</kendo:stockChart-pdf>

Configuration Attributes

bottom java.lang.Object

The bottom margin. Numbers are considered as "pt" units.

Example

<kendo:stockChart-pdf-margin bottom="bottom">
</kendo:stockChart-pdf-margin>

left java.lang.Object

The left margin. Numbers are considered as "pt" units.

Example

<kendo:stockChart-pdf-margin left="left">
</kendo:stockChart-pdf-margin>

The right margin. Numbers are considered as "pt" units.

Example

<kendo:stockChart-pdf-margin right="right">
</kendo:stockChart-pdf-margin>

top java.lang.Object

The top margin. Numbers are considered as "pt" units.

Example

<kendo:stockChart-pdf-margin top="top">
</kendo:stockChart-pdf-margin>
In this article
Not finding the help you need?