Page 1 of 1

Missing Series on Export Image (XP, BCB6, TeeChart 6.01)

Posted: Wed Jan 24, 2007 5:42 am
by 8573707
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.

Posted: Wed Jan 24, 2007 9:57 am
by narcis
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.

Problem Solved - The component failed to repaint itself.

Posted: Mon Jan 29, 2007 10:41 pm
by 8573707
By forcing a repaint by paint() before calling the export the problem is solved. Now every plot are there.

cheers