I have a JPanel with multiple charts added to it and would like to save it in a similar way that I use
ChartUtilities.saveChartAsJPEG to save individual charts.
Thank you kindly for any assistance you could offer.
Save JPanel with multiple charts as jpeg
Re: Save JPanel with multiple charts as jpeg
I have posted a solution earlier here:
http://www.jfree.org/phpBB2/viewtopic.p ... 705#p82705
What you need to do after is to write the buffered image to a file.
http://www.jfree.org/phpBB2/viewtopic.p ... 705#p82705
What you need to do after is to write the buffered image to a file.