exportOptions.pdf.jpegQualityNumber(default: 0.92)
Specifies the quality of the images within the exported file, from 0 to 1.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
exportOptions: {
pdf: {
jpegQuality: 0.8
}
}
});
</script>