03-29-2014 06:08 PM
To put another color (plot 3, for example) will be just add another select object and add another element at the build array?
But how that sekect object is linked with the green plot?
Regards.
03-29-2014 06:51 PM
You also need to add another plot by adding another element to the cluster array.
With more than two colors it probably makes more sense to use a case structure and an enum or radio buttons than compounded Selects. Here is a modification of altenbach's VI.
Lynn