I would like to create an OLE Object which looks similar to a MS Graph-Chart, i.e. it will have a table for the data and a pane for a chart / diagram.
Are there any libraries with OLE Objects already, or tutorials how to approach this problem ?
In particular I want to create in C# for PowerPoint my own MS Graph-Chart, so that I have bigger control in the objects in it, and how the right-click context menu is displayed.
Best regards,
PS. Is the MS Add-In / COM / OLE Object world really that complex, or too bad explained , so that I cannot find any good reference about the big picture and the technicallities of writing MS Office Add-Ins with what is possible and how to achieve it?