Annotation Callout

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
clara
Newbie
Newbie
Posts: 3
Joined: Fri Nov 15, 2002 12:00 am
Contact:

Annotation Callout

Post by clara » Fri Jul 21, 2006 6:14 am

Hi,
I use annotation attach to ColorLine which represents event. In this annotation there is text which is the name of the event. I'd like to know how to show the line to join annotation with the colorline.

I don't want to use the editor.

I create a annotation:
m_Annotation = new Steema.TeeChart.Tools.Annotation();
m_Annotation.Callout.XPosition = m_Line1.CalcXPosValue(m_ColorLineEvent.Value);
m_Annotation.Callout.YPosition = 100; m_Annotation.Callout.ZPosition = 0;
m_Annotation.Callout.Color = color;
m_Annotation.Callout.Visible = true

in the editor, there is Annotation/Callout/Border and checkbox Visible.
I'd like to achieve this in code.
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 » Fri Jul 21, 2006 11:41 am

Hi clara,

I don't understand what do you exactly mean with this code. Could you please send us an example we can run "as-is" to reproduce the issue here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.
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