export to JPEG + 3D-view

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

export to JPEG + 3D-view

Post by Renata » Mon Jul 15, 2002 4:30 pm

Hi All,

First, I'd like to know if is there some way to export the graphics generated with JFreeChart to the JPEG format.
Second, can I generate a 3D-graphic that shows three axis?

TIA,
Renata

David Gilbert

Re: export to JPEG + 3D-view

Post by David Gilbert » Tue Jul 16, 2002 9:04 am

Renata wrote:
> First, I'd like to know if is there some way to export the
> graphics generated with JFreeChart to the JPEG format.

There is a method in the ChartUtilities class that allows you to export to JPEG format. I recommend that you use PNG though, you will get better quality output.

> Second, can I generate a 3D-graphic that shows three axis?

Not at this time. I'd like to add this in the future, but for now there is enough work to be done with 2D charts.

Regards,

DG.

Locked