Search found 3 matches

by fabiok
Sun Aug 01, 2010 7:31 pm
Forum: JFreeChart
Topic: Programatically save a chart as an image
Replies: 6
Views: 17119

Re: Programatically save a chart as an image

skunk wrote:Look at org.jfree.chart.ChartUtilities
By clicking in "Save Image" in context menu (clicking directly on generated map) who method is called? org.jfree.chart.ChartUtilities.saveChartAsPNG ?

Thanks in advance!
by fabiok
Fri Jul 16, 2010 9:31 pm
Forum: JFreeChart
Topic: Programatically save a chart as an image
Replies: 6
Views: 17119

Re: Programatically save a chart as an image

Thank you for the replies!

No problem in using the org.jfree.chart.ChartUtilities...

I'll try using this class.
by fabiok
Fri Jul 16, 2010 1:16 am
Forum: JFreeChart
Topic: Programatically save a chart as an image
Replies: 6
Views: 17119

Programatically save a chart as an image

Hi! I have a program that generate a couple of charts dinamically. After some periodic calculations, the charts are updated with a new bar during a period user-defined. I know that with the right-click button we can save the chart as an image. But can I access the method to save the chart as an imag...