CategoryDataset interface ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Hélène

CategoryDataset interface ?

Post by Hélène » Mon Mar 18, 2002 6:12 pm

Hello !

I have downloaded the jFreeChart package and I didn't find the CategoryDataset interface. Could you tell me where I can find it and how use it to draw line plots ?

Thank you

David Gilbert

Re: CategoryDataset interface ?

Post by David Gilbert » Mon Mar 18, 2002 6:36 pm

Hi Hélène,

The following is from the README file that is included in the top-level directory of the download:

-------------

"JFreeChart requires JDK 1.3 or later. In addition, it uses classes
from the JCommon class library (also available from
www.object-refinery.com), version 0.5.6 or later. The JCommon jar file is
included in the JFreeChart download, but you may want to download
JCommon separately to obtain the full source code (also under the GNU
Lesser General Public Licence)."

-------------

The demonstration application includes an example of a line plot...source code is in the file src/com/jrefinery/chart/demo/JFreeChartDemo.java.

Good luck!

DG.

Locked