As far as I have been able to determine, all numeric axis values are
converted to java.lang.Number values and you have no control over their
format.
Sorry!
Andy
--
View this message in context:
http://www.nabble.com/Charts%3A-Show-Integer-Values-t1372652.html#a4002273
Sent from the jasperreport
Hello,I have a simpl chart in the report. I would like
to:1. Show values as IntegersMy data contants values
of 0,2,4,6 that are
java.lang.Integers and categories of X, Y, Z that are strings. The values
on the y axis show up as numbers with a decimal point (0.0, 2.5, 5.0, 7.5,
10.0).