exportOptions.pdf.landscapeBoolean(default: false)
Set to true to reverse the paper dimensions if needed such that width is the larger edge.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
exportOptions: {
pdf: {
landscape: true,
paperSize: "A4"
}
}
});
</script>
In this article