Teechart Export in service

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Frank Beerens
Newbie
Newbie
Posts: 1
Joined: Mon Mar 08, 2004 5:00 am
Contact:

Teechart Export in service

Post by Frank Beerens » Wed May 16, 2007 7:41 am

Hello

i wan't to create a service (without GUI). In this service i want to create JPG files from a teechart so i can put those files on a webserver. Is this possible with teechart. When i tried it i only got empty JPG files.

Frank

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

Post by Narcís » Wed May 16, 2007 8:34 am

Hi Frank,

If the chart is not being displayed you could try calling Draw method before exporting the chart to JPEG, for example:

Code: Select all

Chart1.Draw;
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