Multiline Annotation
Posted: Sun Oct 31, 2010 1:56 am
I need a multiline annotation. I am using the "\r\n" in the annotation text. It only displays a single line with \r\n in the text field.
AnnotationChart4.Text = "Point: " & AIndex.ToString() + "\r\n" & " Value: " + Ternary1.ValueMarkText(AIndex)
AnnotationChart4.Text = "Point: " & AIndex.ToString() + "\r\n" & " Value: " + Ternary1.ValueMarkText(AIndex)