Menu

Convert Chart to Image

Shoaib

Aspose.Cells - Convert Chart to Image

//Get the Chart image
ImageOrPrintOptions imgOpts = new ImageOrPrintOptions();
imgOpts.setImageFormat(ImageFormat.getPng());

//Save the chart image file.
chart.toImage(new FileOutputStream(dataPath + "AsposeChartImage_Out.png"), imgOpts);

Download Source Code

Many more examples are available at Aspose Docs.


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.