hi
I have created bar chart using JFreeChart.But I want this bar chart output into a gif or png format.how can i write this chart into these format please help me
Saving JFreeChart object in a png format
Saving JFreeChart object in a png format
You can use the following method from the ChartUtilities class.
[/code]
Code: Select all
public static void writeChartAsPNG(OutputStream out,
JFreeChart chart,
int width,
int height)