Pre loader

spectrum analyzer as Column 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

1
0

Trying to make a spectrum analyzer with a column chart instead of a line chart. Is there a way to animate the column so that the column automatically starts a slow fall back to zero after appended to?

This link has a you tube video that shows the effect that we are looking for in the upper left hand corner

This link shows a hardware version but it is the same effect that we are looking for.

Thanks

  • You must to post comments
0
0

Hi Shawn,

> Is there a way to animate the column so that the column automatically starts a slow fall back to zero after appended to

The short answer is, no, however, we do have something similar in the example Realtime Ghosted Traces in the SciChart Examples suite.

This example actually does a slight trick where it has 10x DataSeries/RenderableSeries pairs and it updates a new series and then changes the opacity of the old series. The effect is each series shows momentarily then fades out, rather like a Digital Phosphor on an oscilloscope.

enter image description here

You could do something similar to this. Imagine you have a column series with 10 horizontal ‘bins’. As data comes in, you update The Y-values of each bin only if the new value is greater than the existing, otherwise, you attenuate (reduce by 10%) the value in that bin.

Does that make sense? Basically what I’m saying is, by combination of using multiple series, using opacity and using the ability to update data-series you should be able to achieve the effect you want.

Let me know what you come up with, would be interested to see it!

Best regards,
Andrew

  • 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