Hi!
I'm plotting original data as scattered and a regression line into a ScalaFX LineChart.
When I create an empty chart with autoranging, the x-axis is set to default from 0 to 110. When I plot the data of x ranging for example from 1 to 5 the axis is graphically adjusted to this containing slight margins (0 to 5.5).
How can I access the updated extreme values of the x-axis? My xAxis.getUpperBound returns the original maximum of 110.
Kind regards,
Juho