classes

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

classes

Post by Leonard » Sat Jun 22, 2002 3:44 am

What is the class for the XYDataSource? We should import what pakage when i implement this class? what jar file should i include?

David Gilbert

Re: classes

Post by David Gilbert » Sat Jun 22, 2002 6:51 am

XYDataSource is the old name for the data interface used by XYPlots. It is now called XYDataset and you can find it in the com.jrefinery.data package in the JCommon class library.

Regards,

DG.

Locked