Replies: 2 comments
-
Bump. The MouseDown and MouseUp events fire just fine. But MouseMove does not. Trying to get Scrollable Charts working with Beta.920 same issue on Beta.900 https://livecharts.dev/docs/WinForms/2.0.0-beta.920/samples.general.scrollable#form-code-behind |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to reproduce the issue, I transferred this to #1209. |
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
-
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?
Beta Was this translation helpful? Give feedback.
All reactions