Search found 1 match

by Mike
Thu May 05, 2011 7:57 pm
Forum: JFreeChart
Topic: JFreechart & OutOfMemory
Replies: 14
Views: 25984

Re: JFreechart & OutOfMemory

I have a java application using jfreechart. The application allows up to 10 series and each series will typically contain 24-48 datapoints. There are checkboxes for several parameters and the application will re-plot any time the status of the checkbox changes. I am using a chartPanel and tooltips. ...