Annotation Callout
Posted: 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.
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.