Page 1 of 1

Teechart Export in service

Posted: Wed May 16, 2007 7:41 am
by 9336178
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

Posted: Wed May 16, 2007 8:34 am
by narcis
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;