exportOptions.pdf.margin.topNumber|String(default: 0)

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

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    exportOptions: {
        pdf: {
            margin: {
                top: "25mm"
            }
        }
    }
});
</script>
In this article
exportOptions.pdf.margin.top
Not finding the help you need?
Contact Support