Show Heatmap value under mouse #1787
-
|
Hello Community! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
The MouseTracker demo shows how to use events to display information about where the mouse/crosshair is Briefly you can configure your window to call a That functionality is not built into the heatmap currently, but it could be. I'll create an issue (#1822) to track progress on this front |
Beta Was this translation helpful? Give feedback.


The MouseTracker demo shows how to use events to display information about where the mouse/crosshair is
ScottPlot/src/ScottPlot4/ScottPlot.Demo/ScottPlot.Demo.WinForms/WinFormsDemos/MouseTracker.cs
Lines 1 to 62 in ec3c241