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.
- Jashwanth Cheripally asked 1 month ago
- last edited 1 month ago
- You must login to post comments
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
- Jim Risen answered 1 month ago
- last edited 1 month ago
- You must login to post comments
Please login first to submit.