Chart Export

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
heidi
Newbie
Newbie
Posts: 7
Joined: Wed Mar 17, 2004 5:00 am

Chart Export

Post by heidi » Mon May 08, 2006 11:43 am

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!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 08, 2006 1:00 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

heidi
Newbie
Newbie
Posts: 7
Joined: Wed Mar 17, 2004 5:00 am

Post by heidi » Mon May 08, 2006 2:41 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 08, 2006 3:00 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply