Ok, after some more research it seems like a feasible way to do this would be to define a dynamic data set - so a java object would be the data source. Then, when the java object had new data, the chart would be notified and the chart would ask the java object for its new data. Is this feasible or no?
edit: now that I reread your post this seems somewhat similar to what you are suggesting - no?
|