Transparent Annotation tool box
Posted: Wed Aug 29, 2007 9:40 pm
Hi,
How can I make the annotation box transparent from the code?
Thanks.
Regards,
How can I make the annotation box transparent from the code?
Thanks.
Regards,
Steema Software - Customer Support Forums
http://216.92.243.79/support/
Code: Select all
TChart1.Tools.Items(0).asAnnotation.Shape.Transparent = True
Code: Select all
TChart1.Tools.Items(0).asAnnotation.Shape.Transparency = 60