LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labeling Variable Number of Plots on a Graph?

I'm loading up an unknown number of files and graphing them. Since it can get a bit confusing, I'd like to be able to take a portion of the file name and label each plot on my graph. Since there is a variable number of graphs, I can't seem to work around how to wire the property node. There are several other things I'd like to do with the graph, but dont know if its possible or not such as having a label pop up if your cursor is over a plot.
0 Kudos
Message 1 of 2
(2,563 Views)
You are going to have to embed the reference node for the graph into a for-loop like the attached example. File names or portions thereof are built as strings and then added into the property node Plot>>Plot Name.

I'm not sure about how to get a label to pop up if you are over the plot. You might be able to do it with some cursors and associated code.
0 Kudos
Message 2 of 2
(2,563 Views)