Page 1 of 1

Making an Annotation Topmost

Posted: Mon Oct 27, 2008 5:07 pm
by 9092401
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.

Posted: Tue Oct 28, 2008 9:05 am
by narcis
Hi qcrnd,

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

Hope this helps!

Posted: Tue Oct 28, 2008 9:15 am
by 9092401
Ok
Thanks