exportOptions.pdf.subjectString(default: null)

Sets the subject of the PDF file.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    exportOptions: {
        pdf: {
            subject: "Sales Report Q4 2023"
        }
    }
});
</script>
In this article
exportOptions.pdf.subject
Not finding the help you need?
Contact Support