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)
Multiline Annotation
Re: Multiline Annotation
OK, the multiline is now working with this code:
AnnotationChart4.Text = String.Format("Point: {0} {2}Value: {1}", AIndex.ToString(), Ternary1.ValueMarkText(AIndex), vbCrLf)
AnnotationChart4.Text = String.Format("Point: {0} {2}Value: {1}", AIndex.ToString(), Ternary1.ValueMarkText(AIndex), vbCrLf)
Re: Multiline Annotation
Hello lilo,
I am glad that you found a solution for your problem .
Thanks,
I am glad that you found a solution for your problem .
Thanks,
Best Regards,
Sandra Pazos / 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 |