The easiest way to add text to the plot area of the graph is to use annotations, which is a new feature in Measurement Studio 7.1. To get started, check out the Annotations property of the graph. From the collection editor, you can add two kinds of annotations: point and range. In your case, it looks like you just want to display text, so I suggest that you try adding a point annotation, set the ArrowVisible and ShapeVisible properties to false, set the Caption property to the text that you want to display, then use the CaptionAlignment property to position the text.
For displaying a label for the cursor position, Measurement Studio 7.1 also added cursor labels. To display a cursor label, set the cursor's LabelVisible property to true, then you can confi
gure the cursor label with the LabelFont, LabelForeColor, LabelXFormat, and LabelYFormat properties.
- Elton