Replies: 1 comment 1 reply
-
Hi, this is an interesting example; to achieve that, you first need to know which point was clicked: https://livecharts.dev/docs/Maui/2.0.0-rc2/samples.events.cartesian Then when the pointer goes up, you must convert the position to the chart coordinate system: https://livecharts.dev/docs/Maui/2.0.0-rc2/samples.events.addPointOnClick That should be the way, but let me know if there is something else, I can help you with, I will move this to a discussion in case you need further assistance. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the CartesianChart control from LiveCharts2 in a WPF application. I would like to implement the ability to drag any data point with the mouse to modify its position.
Beta Was this translation helpful? Give feedback.
All reactions