exportPDF
Exports the chart as a PDF file. The result can be saved using kendo.saveAs.
The export operation is asynchronous and returns a promise. The promise will be resolved with a PDF file encoded as a Data URI.
The available configuration options can be found in the PDFOptions api.
Parameters
options kendo.drawing.PDFOptions
(optional)
Parameters for the exported PDF file.
Returns
Promise
A promise that will be resolved with a PDF file encoded as a Data URI.