Hi,
How can I make the annotation box transparent from the code?
Thanks.
Regards,
Transparent Annotation tool box
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi bchatt,
You can do this
or this:
You can do this
Code: Select all
TChart1.Tools.Items(0).asAnnotation.Shape.Transparent = True
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 |
Instructions - How to post in this forum |