Example of Print & Export in ASP.NET Core TreeMap Control
This sample demonstrates the top 10 best-selling smartphone brands. Printing and exporting options has been enabled in this sample.
DEMO
SOURCE
Source:
zeenews.india.com
Export Type
|
|
File Name
|
|
|
|
In this example, you can see how to export and print the rendered tree map. The Tree Map 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.
More information about print and export can be found in this documentation section.