Hello
I am using JFreeChart 1.1.11.
I would like include this java library into a web application (Servlet Bean and JSP)
Inside one bean, I would like write one getxxxx method, with the followed parameters
imput parameter: JFreeChart object
Output parameter: JPEG or PNG object
How can I.
Could you help me
Thank in advance
How to return one PNG object from a JFreeChart
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: How to return one PNG object from a JFreeChart
Try ChartUtilities.saveChartAsPNG(...).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

