Pre loader

Changing the "resolution" of chart

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

Another quick question, do you have anyway of changing the “Resolution” of the plot to increase performance. I am looking at one of your competitors products and they have a way of doing this to reduce processing. I have a problem at the moment that whilst displaying a graph control using real time data, CPU usage is quite high. At the moment I am only using “test” data and worry later it will not cope.

Something like this…Quote…
“The Resolution property sets the rendering resolution for a series. It allows you to control the fidelity of the line plotted to the data, with the maximum fidelity being set by default to 1. Larger Resolution values reduce the fidelity of the line, but improve performance significantly. This is appropriate for scenarios with rapidly changing data, when the direction of change and boundary values are more important than specific values.”

  • You must to post comments
0
0

Hi again,

As I see you’ve read this thread on performance optimization. in addition, I can suggest setting StrokeThickness to 1 and switching off AntiAliasing. Also you could play around with different resampling modes, I think this is the closest to theirs Resolution property, because it allows to omit some points and reduces drawing. To set up resampling mode, use IRenderableSeries.ResamplingMode property. Please, take a look at our Performance demo example to see it in action.

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