Example of Export in Javascript Circular Gauge Control

/
/
Print & Export

This sample demonstrates the print and export functionality of circular gauge.

More Details...

Export Type
File Name
Description

In this example, you can see how to export and print the rendered circular gauge. The Circular Gauge can be exported to JPEG, PNG, SVG, and PDF formats. Print functionality is done by print method when allowPrint is set as true. Export functionality is done by export method when allowImageExport and allowPdfExport is set as true. Injecting Module To make use of the print and export support, we need to inject the CircularGauge module using the CircularGauge.Inject(Print), CircularGauge.Inject(ImageExport) and CircularGauge.Inject(PdfExport) More information on the print and export can be found in this documentation section.