views:

46

answers:

1

I have three integer values. I need to represent these data as a chart. What should i do. Will iReports be the right option. If so give some pointers to tutorials for the IReports.

+7  A: 

iReports is too heavyweight for that. Use JFreeChart http://www.jfree.org/jfreechart/

Juriy
can i convert the report to pdf as in JasperReports
rgksugan
You'll have to use iText for PDF. If resulting document is relatively small there's no need to use iText. It is good for system that has several complex reports.
Juriy