Requirement

I have a requirement to generate quad-chart slides into Powerpoint presentations from a back-end SQL database. Right now, this is done with PowerPoint automation and the Chart Object, in VB 6. However, I’d like to be able to do this from ASP.NET. Will I be able to do this with Aspose.Slides, or with a combination of Aspose Components?

Thanks for your help.

Hello,

You can do it using 2 components: Aspose.Slides and Aspose.Charts.
So you will create image of a chart with Aspose.Charts and insert this image to a slide with Aspose.Slides.
You can find how to do it in our Northwind demo. Sources of this demo available in the downloads.