Page 1 of 1

Transparency

Posted: Wed May 23, 2007 4:35 pm
by 9231301
We have upgraded an old project to Tee 7.0.8 / D2006.

I don't remember the old version number of TeeChart we have used before in 2004.

Since we did the recompile using 7.0.8, our transparent series are wrong printed, CopyToClipboardBitmap and ExportToJpeg failes also with no transparency.

ExportToBMP produeces the correct result including transparancy.

What's wrong? Is there a patch?

Thanks

Posted: Mon May 28, 2007 9:08 am
by Pep
Hi Broesel,

to copy it with the transparency you only have to add the following line before the CopyToClipBoardBitmap method :

Chart1.BufferedDisplay:=false;