Search found 1 match

by adesis
Mon Feb 04, 2008 11:38 am
Forum: JFreeChart
Topic: JFreechart & OutOfMemory
Replies: 14
Views: 25984

Hi. We are making a chart with jFreeChart. JFreeChart chart = new JFreeChart( "BPM", new Font("Verdana", Font.BOLD, 12), plot, true); plot is load with two axis, y axis to value an x axis to dates. We use try{ //ChartUtilities.saveChartAsPNG(createFile(fileNameChart),chart,width,height); ChartRender...