JFreeChart 0.5.6

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Kenny

JFreeChart 0.5.6

Post by Kenny » Tue Jun 18, 2002 12:08 pm

Hello,

i play with the version 0.5.6, i know it is a verry old version.
Could somebody give me the Code for DefaultXYDataSource method.
I would construkt a similar method.
Thx for helping

Kenny

David Gilbert

Re: JFreeChart 0.5.6

Post by David Gilbert » Tue Jun 18, 2002 4:42 pm

Hi Kenny,

The source code for DefaultXYDataSource is in the 0.5.6 download, which you can still get from the JFreeChart project page on SourceForge:

http://sourceforge.net/projects/jfreechart

If you upgrade to the latest version (0.9.1) you will find that this class has been renamed DefaultXYDataset and is now part of the JCommon class library.

Regards,

DG.

Kenny

Re: JFreeChart 0.5.6

Post by Kenny » Wed Jun 19, 2002 7:52 am

Thank you for this fast reply.

Locked