Chart along with datasheet on Powerpoint template

Hi Sabir,

Thanks for your earlier response for my post (adding oleobjectframe to powerpoint template). But could you please share me some sample code how to create chart in powerpoint template.

I also need the option to view datasheet on clicking on the chart. So i created chart in excel and taken the oleobjectframe and added the shape aspose ppt slide.

I have uploaded c# code which i worked on, for your reference.

Thanks in advance.
--
Regards
Sridevi

Hi Sridevi,

Viewing datasheet on clicking the chart is only possible if you insert Microsoft Chart instead of MS Excel chart and inserting MS Chart as OLE into PPT slide is not supported by Aspose. In the attached example, datasheet is separately created and the chart is in a separate sheet. You can combine both data and chart in one sheet and adjust OLE size accordingly to view chart and data simultaneousely.