LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Label a graph

I created a truss which is what a simple bridge looks like for non-engineering majors. Well on this truss, at its vertices, I want to add text such as the letters A,B,C etc. What is the way that I could add text to my graph in LabView?
0 Kudos
Message 1 of 2
(2,616 Views)
Create cursors without the style and point set to blank...now set the name of the cursor, show the label...and place the cursor at the coordinates of the point you want to label. You may need to adjust the coordinates to somewhat to align the name better to the point though.

Another option is to actually move around a set of string indicators (preferably with the indicator frame set to transparent)...but cursors are more flexible and neater.

I have attached a simple example where the highest and next highest value on a graph is labeled.
Message 2 of 2
(2,616 Views)