Pre loader

Exporting Multiple Charts to Separate PNGs

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

I am using SciChart to visualize multiple datasets on a single surface. I need to export each individual chart as a separate PNG image. The attached image has 2 chart collection. (84158 and 84160) Currently, I am able to export the entire surface as a single image, but I have a use case to export each chart independently.

I am interested in knowing if there is a built-in functionality within SciChart to achieve this.

Version
3.4.652
Images
  • You must to post comments
0
0

Hello,
You can dynamically hide the Renderable Series or other entities on a chart.
(check for isVisible/isHidden property)

Alternatively, you can serialize, modify a chart setup as needed and render the required version of the chart somewhere else.

For general information, the Image Export is NOT a feature supported out of the box in SciChart.js as of the current version (v3.4.x)

Although, we have examples of how to implement it using other tools:
on client side
on server side

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.