Page 1 of 1

Multiline Annotation

Posted: Sun Oct 31, 2010 1:56 am
by 15057312
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)

Re: Multiline Annotation

Posted: Sun Oct 31, 2010 11:38 am
by 15057312
OK, the multiline is now working with this code:

AnnotationChart4.Text = String.Format("Point: {0} {2}Value: {1}", AIndex.ToString(), Ternary1.ValueMarkText(AIndex), vbCrLf)

Re: Multiline Annotation

Posted: Tue Nov 02, 2010 2:12 pm
by 10050769
Hello lilo,

I am glad that you found a solution for your problem :).

Thanks,