Pre loader

Grow UniformHeatmapDataSeries in X direction

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
0
1

Is it possible to grow a UniformHeatmapDataSeries in the x direction? It only has methods to update the Z values. I have a case where X axis represents time and I need to keep adding values in X direction. Is there a way to do it besides recreating UniformHeatmapDataSeries with new values?

Version
2.2.0.2348
  • You must to post comments
Best Answer
1
0

Hi Miha,

Thanks for your question.

Unfortunately it isn’t possible to resize this type of series because under the hood we use OpenGL texture to render heatmap and in case of resizable heatmap we would need to recreate it every time size of data series changes which would cause significant drop of FPS. That’s why you can only specify width and height of heatmap when you declare data series and after that it can’t be changed.

However you can use FastUniformHeatmapRenderableSeriesis as FIFO like we do in Audio Analyzer example from our Showcase demo where we use heatmap to display audio spectrogram in realtime.

Otherwise you’ll need to implement heatmap as custom renderable series which draws its cells as separate rects instead of single texture.

Best regards,
Yura

  • 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