helo, I want to know that which API is use to create chart, like pie chart, bar chart... Where i can learn how to code the application, any tutorial on this topic?
if i want to create the application that can translate the document into any chart by using java and jfreechart API, is it posible and can anyone suggest me how to do it or any tutorial website about this. thanks for the help.
What do you mean by "translate the document into any chart" - kind of like a screenshot, so that you have an image that looks like the document? What kind of document is this?
what i want is like a microsoft excel, i have the bundle of data, can i change the data into the chart to display or presentation purpose. is it i posible to do it. where can i get the tutorial about this???
If you want to use JFreeChart, then there is not much documentation out there besides the javadocs. The author offers documentation and example source code for a charge (around $40, if I remember correctly).
Other charting packages (like jchart2d) don't offer as much functionality, but have more documentation available for free. [ February 21, 2006: Message edited by: Ulf Dittmer ]