drawing lines with XY PLOT

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

drawing lines with XY PLOT

Post by lyonnel » Thu May 02, 2002 12:58 pm

Hello

I try to use JFreechart and i have a problem to draw lines with XYPLOT.

I must use public DefaultXYDataset(java.lang.Object[][][] data) but i don't know what this data is ?

could somebody give me an sample ?

thank

josh

Re: drawing lines with XY PLOT

Post by josh » Thu May 02, 2002 2:43 pm

maybe it's Object[line 1][x value][y value]

Locked