Pre loader

Rollover modifier not working with flipped y mapping

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
0

I want to have Y axis starting at 0 at the bottom and max value at the top, but I also want 0 index in heatmap data buffer to be displayed at the max value. I was able to achieve that using your HeatMapExampleView by modifying CreateSeries method like this

return new Heatmap2DArrayDataSeries<int, int, double>(data, ix => ix, iy => h - iy);

Note the iy => h – iy. What I noticed is that after doing that the RolloverModifier stopped working. How can I fix this or is this a bug?

Version
4.2
  • Yuriy Zadereckiy
    Hi Rok, it sounds like a bug. Please let us take a look and get back to you.
  • You must to post comments
Best Answer
0
0

Hi Rok,

Please, get new build from NuGet. This issue is fixed.

Sorry for the delayed response.

Thank you for your reporting. Please, tell if it works fine on your side.

Best regards,

Markiyan

  • Rok Rode
    Seems to be resolved with version 4.2.1.9295. Thanks Markiyan!
  • 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