While working with graphs in Java, the most strong tool I have ever found is : JFreeChart. Using this , it becomes very easy to create Bar chart, Linear Chart, Pie chart etc. Not only, these charts, it also supports some less popular charts as well, e.g. - wind chart, polar chart etc.
So, to start with JFreeChat, we need 2 jars : jfreechart-1.0.13.jar & jcommon-1.0.16.jar. Just download these jars & add them in the classpath
Here are the quick links for downloading these jar files:
jfreechart-1.0.13.jar - Download Here
jcommon-1.0.16.jar - Download here
We will start from a basic project in JFreeChart here.
So, to start with JFreeChat, we need 2 jars : jfreechart-1.0.13.jar & jcommon-1.0.16.jar. Just download these jars & add them in the classpath
Here are the quick links for downloading these jar files:
jfreechart-1.0.13.jar - Download Here
jcommon-1.0.16.jar - Download here
We will start from a basic project in JFreeChart here.