Search found 3 matches

by paulb
Thu Apr 24, 2008 1:13 am
Forum: JFreeChart
Topic: Problem with disposal of ChartComposite object
Replies: 5
Views: 7696

A temporary workaround for those who don't want to change the JFreeChart code is to register as a disposal listener of the ChartComposite object. Even though it's relatively obvious, some sample code: class ... implements DisposeListener { ChartComposite chartComposite; JFreeChart chart; public .. {...
by paulb
Sat Apr 19, 2008 11:46 am
Forum: JFreeChart
Topic: Problem with disposal of ChartComposite object
Replies: 5
Views: 7696

Thanks for the quick reply. I didn't have the chance to take a closer look at the ChartComposite code, yesterday. Also I am not so familiar with the JFreeChart internals.
Thanks for now and I'll keep you updated if I find out more.
by paulb
Fri Apr 18, 2008 11:50 am
Forum: JFreeChart
Topic: Problem with disposal of ChartComposite object
Replies: 5
Views: 7696

Problem with disposal of ChartComposite object

I had a problem with using JFreeChart in an RCP Application. However, it should apply for all uses with SWT. I have several TimeSeries which are plotted in an XYStepChart using TimeSeriesCollection. Data is added to the TimeSeries on a regular basis. This is independent of whether the chart is visib...