08-12-2009 01:45 PM
Solved! Go to Solution.
08-12-2009 02:21 PM
08-12-2009 02:22 PM
Provided all of the chart are of the same type*, you can use the "Value" property node as you requested. just let the For loop index through the array of references and pass the ref to the property node >>> value.
Ben
* all elements in an array can differ only in value and not in their properties. When you build an array of references in LV it will up-cast the array type to a common type.
08-12-2009 02:31 PM
08-12-2009 03:21 PM