creating a JPEG with the chart.....please, HELP!!

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rbarioni

creating a JPEG with the chart.....please, HELP!!

Post by rbarioni » Thu Aug 22, 2002 8:59 pm

Hi everyone...

i need to save the charts i´ve done with the JFreeChart in my HD, as .jpeg.

how do i do this?
if somebody has any code that makes this and can help me, i´d thank a lot..

thanx a lot.

David Gilbert

Re: creating a JPEG with the chart.....please, HELP!!

Post by David Gilbert » Fri Aug 23, 2002 6:51 am

The ChartUtilities class has methods for this.

Regards,

DG.

Melissa

Re: creating a JPEG with the chart.....please, HELP!!

Post by Melissa » Fri Aug 23, 2002 3:50 pm

David Gilbert wrote:
>
> The ChartUtilities class has methods for this.
>
> Regards,
>
> DG.

Also see message titled "How to save chart as image file?", posted by Frank on 08-08-02 16:10...this helped be quite a bit.

Melissa

Locked