View Single Post
  #5 (permalink)  
Old 07-09-2009, 06:01 PM
BJSJC BJSJC is offline
Junior Member
 
Join Date: Jul 2009
Posts: 17
Default

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?
Reply With Quote