-
Here is the code. I want y axis totally locked, and only scale x axis when mouse middle scrolling, and move x axis when dragging. |
Beta Was this translation helpful? Give feedback.
Answered by
swharden
Oct 16, 2021
Replies: 1 comment 2 replies
-
Hi @cdytoby, does this solve your problem? wavePlot.Configuration.LockVerticalAxis = true;
Do you have a suggestion for how we could improve the documentation? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cdytoby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @cdytoby, does this solve your problem?
Do you have a suggestion for how we could improve the documentation?