Help with Events and Combined Charts!

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

Help with Events and Combined Charts!

Post by Todd J. » Mon Mar 25, 2002 7:32 am

Hiya,

I'm using JFreeChart in a custom client/server arrangement to monitor data simultaneous at several stations. With individual graphs, I can fireDatasetChanged() on the chart's dataset and it will update to reflect any new data. However this is not working for CombinedCharts... :( I noticed that many of the event functions have been disabled for the "combined" classes -- maybe this is the culprit.

Does anyone have suggestions or comments regarding multiple charts with changing datasets?

Thanks,
Todd

Locked