XYDataset

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

XYDataset

Post by Krazey » Tue May 14, 2002 2:07 pm

Hi,

I have a ResultSet that contains data from my SQL request, and i wana create an XYDataset.
Constructor of XYdataSet contains Object[][][] that can't match to data in my ResultSet.

I anyone have a sample of XYDataSet, or can help me !

Thx.

Krazey

David Gilbert

Re: XYDataset

Post by David Gilbert » Tue May 14, 2002 6:21 pm

Take a look through the CVS repository on SourceForge...there is a new class com.jrefinery.data.JdbcXYDataset which might help you. It will be included in the next release of JFreeChart/JCommon.

Regards,

DG.

Locked