Page 1 of 1

Annotation Callout

Posted: Fri Jul 21, 2006 6:14 am
by 6928551
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.

Posted: Fri Jul 21, 2006 11:41 am
by narcis
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.