Hi everyone,
In my chart, the number axis tick label is always like float number. I need an decimal number tick label. Because I use auto-range on this axis, i think this
NumberAxis(double lowerBound, double upperBound, double tickUnit)
is not good for me.
Also, I have try
setTickLabelFormatter
on FX example, but for me, it seems like useful for set prefix and suffix. Can someone give me solution for this problem
Edited by: pirent420 on 19:08 17-09-2012: add tag