-
I’m trying to make my chart stay strictly inside the real min/max data values.
What I want:
Is there any built‑in way to do this in LiveCharts2? Or maybe some trick to hook into the panning logic and block it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You will need to override autofit completely like I did. |
Beta Was this translation helpful? Give feedback.
-
I am exactly the opposite of you, I need free translation without restrictions |
Beta Was this translation helpful? Give feedback.
-
There are some improvements in the next version of the library.
This will be supported, explained here.
Also supported since the next version, explained here, especially the |
Beta Was this translation helpful? Give feedback.
You will need to override autofit completely like I did.
Meaning disable it and write mousedown, mousemove, mouseup events and what happens to minlimit and maxlimit values.