I'm using JfxUtils and LineChart. In some situations I want to give commands like zoom in/out and panning. Do any of you know a way to achieve this?
Asked
Active
Viewed 133 times
0
-
https://stackoverflow.com/questions/16680295/javafx-correct-scaling – SedJ601 Oct 01 '18 at 13:26
-
@Sedrick Nope, this is not what I ask. I'm using Linechart which already has a zoom and pan options, I just want to do it from the code – Jeredriq Demas Oct 02 '18 at 06:25
1 Answers
0
Well I did this How to fire mouse event programmatically in JavaFX? and made the mouse event act like zoom in/out and pan.

Jeredriq Demas
- 616
- 1
- 9
- 36