Page 1 of 1

Opacity of the Background Picture

Posted: Thu Aug 03, 2006 5:37 am
by 9346574
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.

Posted: Thu Aug 03, 2006 8:51 am
by 9531990
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.