View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Foolong Foolong is offline
external usenet poster
 
Posts: 1
Default VSTO - Programatically building an org chart

Hi All,

I did some searches online and found a way to programatically build an excel
chart using C#:

Look at

"//Add a Chart for the selected data."

and

"//Use the ChartWizard to create a new chart from the selected data"

towards the bottom of the example:

http://support.microsoft.com/kb/302084

So I have a good idea on how to approach this thing I want to do. But ... I
need to do this using an excel Org Chart.

Not looking for specific examples here (although I would greatly appreciate
any offered :-) ... just want to know if it's possible to supply the data to
the chart wizard for an excel org chart in the same manner as it is being
done in the example.

Thanks!