Transparent Annotation tool box

TeeChart for ActiveX, COM and ASP
Post Reply
amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

Transparent Annotation tool box

Post by amol » Wed Aug 29, 2007 9:40 pm

Hi,

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

Thanks.

Regards,

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Aug 30, 2007 7:43 am

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
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply