Pre loader

Performance when Adding and Hiding Many Series

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

Answered
1
0

I want to add series dynamicaly in code behind. I am creating my own LegendData which needs to add series to the chart.

I was thinking of adding all series at once and make them invisible and then when i want to show one i just change the IsVisible flag.

Will this result in good performance, or would it be faster if I add and remove the series each time i want to see them?

  • You must to post comments
Best Answer
1
0

Hi,

Well, your chosen approach is good enough, as invisible series don’t take part in rendering, so it won’t hurt the performance of a chart. Also you can choose lazy data loading approach, and add every new series on demand.

For more info about performance optimisation, please, refer to the Performance Tips and Tricks article.

FYI, we have an example of adding/removing series dynamically from code behind. Please, take a look at the Add/Remove Data Series example.

Hope this helps!

Best regards,
Yuriy

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies