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
Teechart Export in service
-
- Newbie
- Posts: 1
- Joined: Mon Mar 08, 2004 5:00 am
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Frank,
If the chart is not being displayed you could try calling Draw method before exporting the chart to JPEG, for example:
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 |
Instructions - How to post in this forum |