in a bar chart I want to show the y-axis with "thousend-separator", like 1.234.
I use the VerticalCategoryPlot.setLabelFormatString("#,###").
It works fine with the y-axis like:
0 - 1.000 - 2.000 - 3.000 - 4.000...
but it doesnt work vor values with y-axis like:
0 - 500 -1000 - 1500 - 2000 - 2500...
Is this a bug or am I a too stupid?

Thanks a lot.
torsten.