Need advice in dynamic graph

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

Need advice in dynamic graph

Post by YJ » Wed May 15, 2002 6:32 pm

Hi,

I'm trying to plot this graph that takes in different amount of values for different cases. Am wondering is there something in CategoryDataset that works similarly to the 'add' function in XYSeries since I'm hoping to use a loop to go through the values available and can't seem to find one that's used for CategoryDataset..

Thanks in advance!

Regards,
YJ

David Gilbert

Re: Need advice in dynamic graph

Post by David Gilbert » Wed May 15, 2002 8:38 pm

Hi YJ,

I'm hoping someone will write a new CategoryDataset implementation that allows for dynamic updating...I'll get to it at some point, but I have a lot of other things to do first.

Regards,

DG.

Locked