Hey there,
I've a new question. I'm receiving data over the network and the result values are going to display on a XYChart.
This works pretty fine, however, I'm looking for a solution / implementation for scrolling on the X axis of the XYChart, if possible, because the more data has been received, the graph is getting more compressed and it's very hard to see all points.
I also took a look to a similar question, which has been asked 6 years ago: zoom-in-and-out-in-a-xychart. There's an suggestion to wrap the XYChart within a ScrollPane, however, the XYChart there has a small fixed size and has no options to scroll :(
Is there a way?