LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

setting property of each element in an array

I am trying to set the property of each element in an array.( cursor list of each XY graph in an array) I read "Properties for Individual Elements in Arrays & Clusters" question psoted, but my problem is, I don't know how to set my control. Can you suggest me?
0 Kudos
Message 1 of 2
(2,652 Views)
I don't think you can have different graphs properties in the array. But you can access the properties of the graph from the front panel:
- right click on the graph element and then create / property node.
-> that will create a property node for the graph "element of your array".

If you want different aspect of graph, you need to use a cluster instead.


Cyrille
0 Kudos
Message 2 of 2
(2,652 Views)