Page 1 of 1

how to export to powerpoint with data

Posted: Tue Nov 20, 2007 9:24 am
by 9524108
i would like to export to powerpoint entire tee chart along with data
(not as jpeg)

how to do ..?

how to add tchart in power point through code

Posted: Tue Nov 20, 2007 9:27 am
by 9524108
i want to add tchart object in power point through code then load the tee file ..

how can i load the tchart object in powerpoint through code ..?

need a sample of code ...

could you pls respond asap

Posted: Tue Nov 20, 2007 10:25 am
by narcis
Hi daryl,

For code examples on how to export and import TeeChart to a .tee file please read Tutorial 12 - Exporting and Importing Charts. You'll find the tutorials at TeeChart's program group.

You may also find interesting reading this thread. I'll post the files mentioned there at news://www.steema.net/steema.public.attachments newsgroup.

getting error message when trying to open teechartpptpresent

Posted: Tue Nov 20, 2007 10:50 am
by 9524108
Some controls on this presentation cannot be activated .. Is error meessage..

How to activate teechart controls?

Posted: Tue Nov 20, 2007 10:56 am
by 9524108
and also How did you insert the embeddable control project in powerpoint ? I would like to know the steps/procedure to insert into the powerpoint?
I am using powerpoint 2000

Posted: Wed Nov 21, 2007 10:56 am
by 9524108
could you pls respond for theabove query ..

Posted: Thu Nov 29, 2007 9:12 am
by Marc
Hello,

There are issues with TeeChart sizing in Powerpoint that adds complexity to coding, for that reason Steema no longer includes direct support with Powerpoint examples with the shipped product of TeeChart. Code must be added to correctly size the Chart each time it is run in a Powerpoint page.

To insert TeeChart to Powerpoint and code:

- from the 'Insert' menu in Powerpoint, select 'object' and choose teeChart from the list.
- Make sure that the Visual Basic toolbar is visible (Menu .. 'View':'Toolbars')
- Click on the Control Toolbox button and select an item fom which to run any TeeChart code, eg. a button, and place it on the page
- doublemouseclick on the button for it to take you to code view
- You may code here with TChart as if in VB.

Regards,
Marc Meumann