Tooltip on GeoMap #806
Unanswered
ThomasCanaple
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am implementing the GeoMap control in a WinForm application with .NET Framework 4.6.2.
Is it possible to display a tooltip when a country is pointed by the mouse's cursor?
So far, I managed to trigger the event GeoMap_MouseMove and retrieve the mouse location from the mouse event args:
private void GeoMap_MouseMove(object sender, MouseEventArgs e)
However, I was unable to match the location with a country (Land or HeatLand object).
Would you know how to achieve this matching? Or if there is another way to capture the country currently pointed by the cursor?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions