ExportPDF
methodsExports the Gauge 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.
Returns:Promise
A promise that will be resolved with a PDF file encoded as a Data URI.