Hi,
I want use the contrucor of DefaultXYDataset
public DefaultXYDataset(java.lang.Object[][][] data)
Can anyone send me a sample of code using it ? PLZZZZ
Krazey
French prgmr
Defalut XYDataSet
Re: Defalut XYDataSet
I'd recommend using the XYSeriesCollection class instead. It implements XYDataset just as the DefaultXYDataset class does, but it gives you more control over the data and a more intuitive API.
Regards,
DG.
Regards,
DG.