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.
Annotation Callout
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |