Representing data as charts in Java
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 pointe开发者_JAVA技巧rs to tutorials for the IReports.
iReports is too heavyweight for that. Use JFreeChart http://www.jfree.org/jfreechart/
精彩评论