ExportImage
methodsExports the Gauge as an image. The result can be saved using kendo.saveAs.
The export operation is asynchronous and returns a promise. The promise will be resolved with a PNG image encoded as a Data URI.
Parameters:options.widthString
options.heightString
Returns:Promise
Parameters for the exported image.
The width of the exported image. Defaults to the Gauge width.
A promise that will be resolved with a PNG image encoded as a Data URI.