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
export to JPEG + 3D-view
Re: export to JPEG + 3D-view
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.
> 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.