Replies: 1 comment
-
|
Hi @kkaiser41, I don't think there's an easy way to do this presently, but it would be nice if there were an |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am using ScottPlot in Winforms. I want to know if there is a built in way to determine if the mouse is over a tool tip.
Basically I give the user the ability to right click in a plot at add a Tooltip where they want on the plot. This works great but I would also like to give the user an easy way to remove the Tooltip. If the user right clicks within the bounds of a Tooltip I would like to have an option on the menu that pops up that would allow to remove that particular Tooltip.
If there is not a built in way to determine if the mouse is over the Tooltip is there a way to get the coordinates the bound the Tooltip? If so then I could determine myself if the mouse if currently over the Tooltip.
Thanks for any help you can give!
Beta Was this translation helpful? Give feedback.
All reactions