Multiple charts on single slide

hi,

does aspose support placing multiple charts and tables on single slide. basically, my requirement is to place a text box on top and 2 tables and 2 charts on single slide.

if i can place, is it possible to access the data of each item on slide?

regards

sailaja


This message was posted using Aspose.Live 2 Forum

Dear sailaja,

Thanks for considering Aspose.Slides

Yes, you add multiple charts on a single slide via Aspose.Slides. Charts are basically OLE objects. To add them, you need to add OleObjectFrame via Slide.Shapes.AddOleObjectFrame() method. Please see this link for more information.

http://www.aspose.com/documentation/file-format-components/aspose.slides-for-.net-and-java/working-with-ole-object-frames.html

You can add any number of tables via Slide.Shapes.AddTable() method, please Working With Table see.

http://www.aspose.com/documentation/file-format-components/aspose.slides-for-.net-and-java/working-with-tables.html

For text boxes, you need to see Working With Text.

http://www.aspose.com/documentation/file-format-components/aspose.slides-for-.net-and-java/working-with-text.html