-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CartesianChart.MouseMove not firing on .NET6/WinForms #1209
Labels
priority 1
might not be fixed in the next release of the library, but it will soon!
Comments
This is not fixed, take web site article/repo is updated: https://livecharts.dev/docs/WinForms/2.0.0-rc1/samples.general.scrollable specially take a look at the `GetDrawnControl() method:
|
I can confirm this fix works now. |
@beto-rodriguez I'm not entirely sure how to re-open this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #397
Originally posted by RodLeyton February 13, 2022
Win11/WinForms on .NET6.0 using C#10 on VS2022.
I am trying to receive mouse move events, so I can get the X and Y values via CartesianChart.ScaleUIPoint.
I have registered for the event using
However it does not fire (tested by debug breakpoint).
Also tried MouseClick and MouseDown events, which I couldn't get to fire either.
I could get ChartPointPointerDown to fire successfully, but I really do need the move event.
Are these events supported yet, or am I missing something here?
The text was updated successfully, but these errors were encountered: