Hi Jin,
Thank you for your patience.
We are glad to announce that our Essential Studio 2022 Volume 3 release v20.3.0.47 is rolled out, we have included the print support for multiple chart in this release and is available for download under the following link.
We can render all the chart components that we need to print in a div element and provide a reference for that div. To print the multiple chart, we can use the PrintAsync method in Chart. We have created a simple blazor application to demonstrate the same and it can be downloaded from the below link.
Sample link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ChartPrintSample1600273244
Code Snippet:
<div id = "print_support" class="container" style="justify-content:center" @ref="Element"> Chart components </div>
public async Task PrintChart(MouseEventArgs args) { await chartInstance.PrintAsync(Element); } |
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Swetha