OS: WinXP
IDE: Borland C++ Builder 6 (Updated to Update Pack 4)
TeeChart 6.01
Problem Description:
When the chart is saved to images (bmp, jpg, etc). Some of the series are missing.
A screen capture:
http://www.digitaluploader.com/viewer.p ... eencap.JPG
The saved jpg file:
http://www.DigitalUploader.com/viewer.p ... dimage.jpg
The images above shows almost all of the series are gone. But at times only 2 or 3 series doesn't show up in the images
Note:
All of the series prints correctly to printer.
Missing Series on Export Image (XP, BCB6, TeeChart 6.01)
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Stephen,
I'm not able to reproduce the issue here. Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or use our file upload page at http://www.steema.net/upload/.
Thanks in advance.
I'm not able to reproduce the issue here. Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or use our file upload page at http://www.steema.net/upload/.
Thanks in advance.
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 |
Problem Solved - The component failed to repaint itself.
By forcing a repaint by paint() before calling the export the problem is solved. Now every plot are there.
cheers
cheers