Save a chart to physical path
Posted: Thu Apr 21, 2016 10:58 pm
I am able to create an image from generated chart using the below method.But I want to save the same image to physical location of the server path.
Chart1.draw();
Chart1.toImage('pngimage', 'image/png');
Chart1.toImage('jpgimage', 'image/jpeg');
How I can save the same image to server/any physical location?
Chart1.draw();
Chart1.toImage('pngimage', 'image/png');
Chart1.toImage('jpgimage', 'image/jpeg');
How I can save the same image to server/any physical location?