Re: [jasperreports-questions] Charts: Show Integer Values

2006-04-20 Thread Andy Dines

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 jasperreports-questions forum at Nabble.com.



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Charts: Show Integer Values

2006-03-30 Thread Meenakshi Singh



 
 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).  Is there a way I can make Integers show up there? (0, 2, 4, 6, 8 
10)? Thanks & Regards ,Meenakshi.