views:

45

answers:

0

Hello!

I'm creating a variety of graphs within my application which are based on the .Net Chart control (using System.Windows.Forms.DataVisualization.Charting). What I'm trying to do is to allow users to copy these charts to Power Point in the "native" format, i.e. to enable them to paste special in PP and see "Microsoft Office Graphic Object" as one of the options. Essentially this would resemble the process of copying a chart from Excel to PP. I figure I would have to create a PP native chart object on the fly but can't figure out the process of doing so. Also, is there something within the .Net Chart control that would automate/help achieving this functionality?

Thank you much!

PVM