Formatting a NumberAxis due to low values javafx

Viewed 26

My Problem is that when I draw some Series and set the Upper- and Lowerbound of the LineChart, my yAxis(NumberAxis) isn't showing me the values below 0,001, instead it rounds it to 0 or at least that's what it is showing to me.

I tried to fix it with yAxis.SetTickLabelFormatter, but couldn't come up with a working solution and also didn't find any detailed documentation w/ examples. Is there any way to show more decimal places or is that not possible?

Picture about my Problem

0 Answers
Related