I have to make dynamic graph ,i m taking values from database after every 5 sec by creating a view of table. Now i want to know can we make dynamic graph using jfreechart library. If it's possible then how to do it...logic will work or ny tutorial where i can find how to make dynamic graph using jfreechart.....
waiting...
rawat
SCJP 1.4
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
The JFreeChart Demo app has a few examples in the Timeseries category.
Basically while using any third party tool,it is always better to use there examples and tutorials.The main thing while using charting tools is how to make data structure(mainly of x values and y values) that will be use by tool for chart.Once you understnd this,then rest of the things are easy.