No I am talking about annotations and if you look at the LV help it clearly explains how to do this even during runtime.
Excerp from the LV help.
Adding Annotations to Graphs
Use an annotation on a <a href="lvconcepts.chm::/Types_of_Graphs_and_Charts.html" target="_blank">graph</a> to <a href="lvconcepts.chm::/Customizing_Graphs_and_Charts.html#Using_Graph_Annotations" target="_blank">highlight data points on the plot area</a>. Complete the following steps to add an annotation to a graph.
- Right-click the graph and select Data Operations»Create Annotation from the shortcut menu to display the <a href="lvdialog.chm::/Create_Annotation.html" target="_blank">Create Annotation</a> dialog box. Use the Create Annotation dialog box to specify the annotation name and how the annotation snaps to plots in the plot area.
- Right-click the annotation and use the following options from the shortcut menu to customize the annotation:
- Lock Style?Sets the way in which the annotation snaps to plots and can be moved in the plot area. Lock Style includes the following options:
- Snap to All Plots? Allows you to move the annotation to the nearest data point along any plot in the plot area.
- Snap to One Plot? Allows you to move the annotation only along the specified plot.
- Free? Allows you to move the annotation anywhere in the plot area. LabVIEW does not snap the annotation to any plots in the plot area.
- Attributes?Customize the appearance and behavior of each annotation. Attributes includes the following options:
- Color?Displays the <a href="lvhowto.chm::/Coloring_Objects_and_Backg.html" target="_blank"> color picker</a> so you can select the color of the annotation, including its point, arrow, and name.
- Annotation Style?Provides various styles for the annotation. LabVIEW draws the selected style, in combination with the Point Style option, at the focal point of the annotation.
- Point Style?Provides various point styles for the annotation. LabVIEW draws the selected style, in combination with the Cursor Style option, at the focal point of the annotation.
- Line Style?Provides various solid and dotted line styles for the annotation.
- Line Width?Provides various line widths for the annotation.
- Show Name?Displays the annotation name in the plot area.
- Allow Drag?Allows you to drag the annotation.
- Lock Name?Positions the annotation name absolutely so that when you move the annotation or scroll the plot area, the annotation name does not move in the plot area.
- Show Arrow?Displays the arrow that points from the annotation name to the annotated data point.
- X Scale?Allows you to choose the x-scale that maps a pixel location to a data value for the annotation. This option applies only to free annotations.
- Y Scale?Allows you to choose the y-scale that maps a pixel location to a data value for the annotation. This option applies only to free annotations.
- Delete Annotation?Deletes the annotation from the graph.
<img src="mk:@MSITStore:C:\Program%20Files\National%20Instruments\LabVIEW%208.2\help\lvhowto.chm::/note.gif">
Note Right-click the graph and select Data Operations»Delete All Annotations from the shortcut menu to delete all annotations in the plot area.
- Click and drag the crosshairs of the annotation to move the annotation to a different data point in the plot area. Click and drag the annotation name to move it to a different location in the plot area.
Use the <a href="lvprop.chm::/WaveformGraph_Annot_List.html" target="_blank"> Annotation List</a> property to get an array of information about all annotations in the plot area programmatically.
<SCRIPT type=text/javascript>
if(typeof(Print_Link)=="function") {
javascript:Print_Link();
}
</SCRIPT>