From: <pve...@ic...> - 2003-10-29 21:11:56
|
Hi all. Well, I'm trying to export a jchart to a .png or .gif file. To achive that, all I need is the BufferedImage of the chart. I have an axisChart, and this is the code to generate it. axisChart= new AxisChart( dataSeries, chartProperties, axisProperties, legendProperties, (int) dimension.getWidth(), (int) dimension.getHeight() ); BufferedImage image = axisChart.getBufferedImage(); But always the image is null. So, I don't know where the problem is. Any comments will be aprecciate. ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |