Hi,
I am new to JFreeChart, but I found it is very usefull to prepare Charts. I downloaded the .pdf files for verion 0.50, but it is little bit confusing. I would like to know any other latest docs available? Also about the classes which will be helpfull to prepare real- time Line charts.
Regards,
Reji Mani
Real-time Charts using JFreeChart
RE: Real-time Charts using JFreeChart
Hi Reji,
The PDF documentation hasn't been updated since 0.5...your best bet is the Javadoc HTML files and the source code. At some point I will update the PDF files, but I don't have the time right now.
JFreeChart contains a notification mechanism that can be used to keep charts up-to-date as the dataset changes. This is useful for occasional updates (say when editing a table of values) but isn't really intended to support continuous updating. The chart gets completely redrawn every time the dataset changes, and you'll run into performance problems if the updates are too frequent.
Regards,
DG.
The PDF documentation hasn't been updated since 0.5...your best bet is the Javadoc HTML files and the source code. At some point I will update the PDF files, but I don't have the time right now.
JFreeChart contains a notification mechanism that can be used to keep charts up-to-date as the dataset changes. This is useful for occasional updates (say when editing a table of values) but isn't really intended to support continuous updating. The chart gets completely redrawn every time the dataset changes, and you'll run into performance problems if the updates are too frequent.
Regards,
DG.