how to render a chart as an image

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sylvie
Posts: 4
Joined: Tue Jun 06, 2006 9:43 pm

how to render a chart as an image

Post by sylvie » Fri Jul 28, 2006 5:08 pm

This question might not related to Jfreechart. But, does anyone happen to save those chart generated by JfreeChart.

thanks

sylvie

skunk
Posts: 1087
Joined: Thu Jun 02, 2005 10:14 pm
Location: Brisbane, Australia

Post by skunk » Fri Jul 28, 2006 5:51 pm

Code: Select all

ChartUtilities.saveChartAsJPEG(...)
ChartUtilities.saveChartAsPNG(...)

Locked