Hi Miguel,
We had noticed this behavior, and this was why we have implemented a different property node. The issue was because the property node would first not accept a value of 0 wired into the Legend: Plots Shown, because this would not make much sense. Effectively, R&D felt that this was an invalid input since you probably would not need to even wire in that value if you didnt want the plots in the legend to show.
Also, you would get error 1077 if you attempted to set the number of active plots to a greater number than the number of actual plots you had, then this would also throw out an error. As DonRoth had indicated, the earlier property node actually set the number of plots as well as the number of visible plots in the legend. Now this IS unexpected behavior that still exists in 8.5.1. Although the number of rows will accept a 0 input now, you will still get an error 1077 if you attempt to have more active plots than the number you set for the number of plot legends.
So yes, you will still get error 1077 if you wire in a number equal to or greater for ActPlot than for LegNumRows.
Message Edited by TMC-NI on
02-11-2008 11:03 PM