exportOptions.pdf.dateDate

The date when the PDF document is created. Defaults to new Date().

Example

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