I'm creating a XYChart. I have set the following: chart.getStyler().setXAxisMin(0.0); chart.getStyler().setYAxisMin(0.0); This is the result:  Shouldn't be the point at 0.0 in the lower left corner? Or am I missing a padding or margin somewhere?
I'm creating a XYChart. I have set the following:
This is the result:
Shouldn't be the point at 0.0 in the lower left corner? Or am I missing a padding or margin somewhere?