Hello,
I know that I can save charts as jpg using ChartUtitlities.
But can someone provide an example for
export a chart as a svg file ?
Thx
berger
saving charts as svg
Re: saving charts as svg
There is a short chapter in the developers guide (available to purchase online, see the link on the JFreeChart page) that describes how to do this. Briefly, you need to download the Batik class library, and use the SVGGraphics2D implementation provided by Batik.
Regards,
DG.
Regards,
DG.