Opacity of the Background Picture

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Krishna
Newbie
Newbie
Posts: 16
Joined: Mon Jun 12, 2006 12:00 am
Contact:

Opacity of the Background Picture

Post by Krishna » Thu Aug 03, 2006 5:37 am

Hi,

I need to set the background picture opacity level. Actually there is a transparent property Boolean, but its not working as per my requirement

Regards,
Krishna.

stark
Newbie
Newbie
Posts: 10
Joined: Wed Jul 26, 2006 12:00 am
Location: Girona / Catalunya

Post by stark » Thu Aug 03, 2006 8:51 am

Hi Krishna,

I can set the transparency with this code:

Code: Select all

chart1.Walls.Back.Transparent := true;
chart1.Walls.Back.Transparency := 60;
series1.FillSampleValues(10);
If this dosen't help you, please specify your requirment.
Best regards
Alex

Steema Crew

Post Reply