I've uploaded a new version of JFreeChart to the project page on SourceForge:
http://sourceforge.net/projects/jfreechart
0.9.5 includes the much requested dual-axis support, plus many other new features and bug fixes. Be warned, the API has changed significantly in this release...
Regards,
Dave Gilbert
JFreeChart 0.9.5 now available...
Re: JFreeChart 0.9.5 now available...
Javadocs are now available on-line:
http://www.object-refinery.com/jfreecha ... index.html
My plan for 0.9.6 is just to fix bugs and polish the existing code and documentation...feedback is welcome.
Regards,
Dave Gilbert
http://www.object-refinery.com/jfreecha ... index.html
My plan for 0.9.6 is just to fix bugs and polish the existing code and documentation...feedback is welcome.
Regards,
Dave Gilbert
class MonthContants missing
Hi,
I am very new to the jfreechart. Just tried a sample code, but the running error
complained the class MonthConstants no found. Search the jar file and source
came with the download. The class was missing. Any idea?
- Yuhe
I am very new to the jfreechart. Just tried a sample code, but the running error
complained the class MonthConstants no found. Search the jar file and source
came with the download. The class was missing. Any idea?
- Yuhe
Re: JFreeChart 0.9.5 now available...
Hi
I recently downloaded the 0.9.5.
I think I have a half-way decent idea about the basic ChartPanel, and I am hoping someone can explain to me the basic purpose of the the ChartEntity and ChartEntityCollection
Thanks
Charles Martin
I recently downloaded the 0.9.5.
I think I have a half-way decent idea about the basic ChartPanel, and I am hoping someone can explain to me the basic purpose of the the ChartEntity and ChartEntityCollection
Thanks
Charles Martin
Re: JFreeChart 0.9.5 now available...
Hi Charles,
The ChartEntity and ChartEntityCollection classes are used to collect information about the dimensions of various "bits" of a chart as they are drawn on some output target. This information is only collected if it is needed (for example, to work out where to display tooltips), via the ChartRenderingInfo object that can be passed in to the draw(...) method in the JFreeChart class.
Regards,
Dave Gilbert
The ChartEntity and ChartEntityCollection classes are used to collect information about the dimensions of various "bits" of a chart as they are drawn on some output target. This information is only collected if it is needed (for example, to work out where to display tooltips), via the ChartRenderingInfo object that can be passed in to the draw(...) method in the JFreeChart class.
Regards,
Dave Gilbert