How do I implement mouse wheel zooming so that the point under the mouse pointer (before zoom), will also be under the mouse pointer after the zoom?
The chart is a 2D chart with DateTime X axis and multiple value Y axes.
- Søren Bech Christensen asked 8 years ago
- last edited 8 years ago
- You must login to post comments
Hi there,
Thanks for your question. May I ask, are you aware about the MouseWheelZoomModifier? I think it works in that way already. Is it suitable for you?
Best regards,
Yuriy
- Yuriy Zadereckiy answered 8 years ago
-
I do use the MouseWheelZoomModifier, but my point is that it always zooms at the center of the axes, not at the mous pointer.
-
I can see from your samples, that it should work relative to the mouse pointer, guess I have other issues…
- You must login to post comments
Please login first to submit.