Page 1 of 1

Chart Export

Posted: Mon May 08, 2006 11:43 am
by 9336476
I guess I'm being stupid but I cannot figure out how come in teechart features demo there are 10 formats to choose from. If I put :-

TeeExport(Self,Chart1);

in my code, I only achieve 3 formats in my list.

I'm sure there is a simple explanation!

Posted: Mon May 08, 2006 1:00 pm
by narcis
Hi heidi,

You need to include the specific unit for each format you want to export to. You'll see the units used for each case in those example's source code tab.

Posted: Mon May 08, 2006 2:41 pm
by 9336476
Hello Narcis,

There, I thought it must be simple! Thanks for the speedy reply. Am I allowed a supplementary?

If so, can I ask if it is possible to control the appearance of the Export dialog, ie. hide email button, hide data tab etc?

Thanks a lot.

Posted: Mon May 08, 2006 3:00 pm
by narcis
Hi heidi,
There, I thought it must be simple! Thanks for the speedy reply. Am I allowed a supplementary?
You're welcome! Of course, you can ask anything TeeChart related here.
If so, can I ask if it is possible to control the appearance of the Export dialog, ie. hide email button, hide data tab etc?


Some chart editor tabs can be hidden but not the one you request. To do this you should customize TeeChart's source code to your needs. To see an example how to hide tabs in the editor see All Features\Welcome!\Components\Chart Editor\Hide DataSets example in TeeChart's features demo.