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!
Chart Export
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi heidi,
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.
You're welcome! Of course, you can ask anything TeeChart related here.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?
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |