Search found 1 match

by amihayb
Thu Aug 30, 2007 1:56 pm
Forum: JFreeChart
Topic: JFreechart & OutOfMemory
Replies: 14
Views: 25984

Heap when using org.jfree.chart.ChartPanel.paintComponent

Make sure you have tooltips and URLs disabled, those will use a lot of memory at drawing time. If you are displaying the chart in a ChartPanel, you may also need to disable the collection of chart entities: chartPanel.getChartRenderingInfo().setEntityCollection(null); Hi Well, I have the same probl...