Pre loader

Is it possible to export parts of charts that are not visible on the screen?

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

Hi,
I’ve got some questions to expand on this topic: https://www.scichart.com/questions/js/how-do-you-export-or-save-a-chart-as-an-image-in-js-library

1) Can you export areas of a chart that are not visible on the screen? I have a large line chart, like a seismograph, that is never fully displayed on the screen because it is too long.

2) Can you export from a chart that is not visible on the screen?

Thank you

Version
3.3.570
  • You must to post comments
0
0

Hello,
So as far as I understand, you would need to modify the chart size and visible range before doing the export. And to not affect the original chart you want to do it on a separate hidden one.

Since the example of chart export is not a core feature of SciChart,
you should look for the info regarding exporting not visible element within the docs of corresponding library that is used for converting DOM element to an image.

FYI, we are working on an example of server side image export that may be useful for this case as well.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.