exportPDF
Exports the chart as a PDF file.
Inherited from Chart.exportPDF
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.
In this article