Making an Annotation Topmost

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
qcrnd
Advanced
Posts: 214
Joined: Mon Sep 04, 2006 12:00 am

Making an Annotation Topmost

Post by qcrnd » Mon Oct 27, 2008 5:07 pm

Hi
Is there any way I can create an Anotation tool that is topmost and does not depend on the region of the Chart itself. I want to create a tooltip but it might be bigger then the graph and I dont want it to be bound within the region of the graph . Also I need it to be above any other controls on the graph.
Thanks.

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

Post by Narcís » Tue Oct 28, 2008 9:05 am

Hi qcrnd,

In that case you'll need to use non-TeeChart WinForms controls like System.Windows.Forms.ToolTip.

Hope this helps!
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

qcrnd
Advanced
Posts: 214
Joined: Mon Sep 04, 2006 12:00 am

Post by qcrnd » Tue Oct 28, 2008 9:15 am

Ok
Thanks

Post Reply