Example of Print & Export in ASP.NET MVC Linear Gauge Control
This sample demonstrates the print and export functionalities of the linear gauge.
Export Type
|
|
File Name
|
|
|
|
In this example, you can see how to print and export the rendered linear gauge. You can add print functionality by using the print method when allowPrint opens in a new tab is set as true. Also, you can add export functionality by using the export method when allowImageExport opens in a new tab and allowPdfExportopens in a new tab are set as true. The linear gauge can be exported to JPEG, PNG, SVG, and PDF formats.
More information about print and export can be found in this documentation sectionopens in a new tab.