Page 1 of 1

Transparent Annotation tool box

Posted: Wed Aug 29, 2007 9:40 pm
by 9526439
Hi,

How can I make the annotation box transparent from the code?

Thanks.

Regards,

Posted: Thu Aug 30, 2007 7:43 am
by narcis
Hi bchatt,

You can do this

Code: Select all

    TChart1.Tools.Items(0).asAnnotation.Shape.Transparent = True
or this:

Code: Select all

    TChart1.Tools.Items(0).asAnnotation.Shape.Transparency = 60