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?
- Rok Rode asked 8 years ago
-
Hi Rok, it sounds like a bug. Please let us take a look and get back to you.
- You must login to post comments
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
- Markiyan Kravchuk answered 8 years ago
- last edited 8 years ago
-
Seems to be resolved with version 4.2.1.9295. Thanks Markiyan!
- You must login to post comments
Please login first to submit.