exportOptions.pdf.titleString(default: null)
Sets the title of the PDF file.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
exportOptions: {
pdf: {
title: "Annual Sales Chart Report"
}
}
});
</script>
In this article