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>
In this article
exportOptions.pdf.jpegQuality
Not finding the help you need?
Contact Support