Pre loader

Use ExtremeResampler to resample points for waterfall 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

Hi,

I’ve the following problem.

We have an application where we have many spectrums (frequency or order spectrums). To get a better overview and to select one for a more detailed analysis, we would like to display them as a waterfall chart. A spectrum always has a high resolution of 32768 points. If I now display between 60 and 100 spectrums in a waterfall chart, it takes quite a long time to render this and it is almost impossible to operate the chart.

However, a high-resolution spectrum is not required for a good overview in the waterfall diagram. Therefore my idea is to resample every single spectrum to e.g. 8192 points and then display it in the waterfall diagram.

Is there a possibility to use the internal SciChart resampler (e.g. Min/Max) or do I have to develop an own algorithm for this?

Or does a similar function already exist in SciChart?

Thanks

Version
6.2.1.13304
  • You must to post comments
0
0

Hi Ingo

We have a sample actually in our Github repository that does exactly this. It creates a Waterfall 3D Chart and has many slices, each with 65,000 points.

Please see here:
https://github.com/ABTSoftware/SciChart.Wpf.Examples/tree/SciChart_v6_Release/Sandbox/CustomerExamples/ResamplingOfGridDataSeries3D

Let me know if this helps!

  • You must to post comments
0
0

Hi, Andrew,

thank you very much! The example fits perfectly and also works in my code immediately and without problems.

One thing I noticed. If I replace the obsolete PointResamplerFactory by the ExtremeResamplersFactory
I get an exception, because there is 1 more value in the Y-values than specified in the property Count.

I have attached a screenshot of your example with the exception.

I don’t know if I am doing something wrong or if this is a bug from SciChart.

Regards
Ingo

Images
  • You must to post comments
Showing 2 results
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