Transparency

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Broesel
Newbie
Newbie
Posts: 2
Joined: Wed Mar 10, 2004 5:00 am

Transparency

Post by Broesel » Wed May 23, 2007 4:35 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 28, 2007 9:08 am

Hi Broesel,

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

Chart1.BufferedDisplay:=false;

Post Reply