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.
Opacity of the Background Picture
Hi Krishna,
I can set the transparency with this code:
If this dosen't help you, please specify your requirment.
I can set the transparency with this code:
Code: Select all
chart1.Walls.Back.Transparent := true;
chart1.Walls.Back.Transparency := 60;
series1.FillSampleValues(10);
Best regards
Alex
Steema Crew
Alex
Steema Crew