Example of Print & Export in Blazor TreeMap Component
This sample demonstrates the print and export functionalities of the TreeMap component.
Source:
zeenews.india.com
Properties
Export Type |
|
File Name |
|
In this example, you can see how to print and export the rendered TreeMap. You can add print functionality by using the PrintAsync method when AllowPrint is set as true. Also, you can add export functionality by using the ExportAsync method when AllowImageExport and AllowPdfExport is set as true. The TreeMap can be exported to JPEG, PNG, SVG, and PDF formats.
More information about print and export can be found in this documentation section.