Annotation tool - no visible property?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
fano
Newbie
Newbie
Posts: 56
Joined: Wed Jun 22, 2005 4:00 am
Location: USA, California

Annotation tool - no visible property?

Post by fano » Thu Feb 02, 2006 12:12 am

Hi,

I use the annotation tool (callout-feature) but want to be able to
make the annotation in-visible at times. How can I do that?
I have not seen a annotation1.Visible property.

Thanks,
fano

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 Feb 02, 2006 10:19 am

Hi fanno,

You need to use:

Code: Select all

annotation1.Active=false;
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