Page 1 of 1

Annotation Wrap Text

Posted: Wed Nov 01, 2023 8:19 am
by BriLan
Hi,
We would like to provide our users the possibility to add annotations to their measurements results in the chart view.
Depending on the length of the characters the user enters, the width of the annotation can be very long. Is there any AnnotationBase Class property or other possibility to wrap the annotation text?
Thank you very much in advanced.

Re: Annotation Wrap Text

Posted: Wed Nov 01, 2023 3:02 pm
by ArctionKestutis
You can use StringBuilder class to create multi-line text (see ExampleCursorTrackingXY from our Demo) or just insert NewLine character in your string.