04-17-2009 12:52 AM
hm,
did I miss something? There is this interesting discussion on the hidden attribute 20465, but what about
GetCtrlAttribute ( panel, PANEL_GRAPH, ATTR_NUM_PLOTS, &plot_handles ); The help says: Use ATTR_NUM_PLOTS to get the total number of plots in a graph
I assume this is the 'hidden' attribute??
Wolfgang
04-17-2009 02:00 AM
Hi Wolfgang,
I believe the hidden ATTR_NUM_PLOTS attibute was properly defined from v8.6.
Aaron
04-17-2009 11:15 AM
Hi Aaron,
Yes, the behavior you're seeing is expected. Changing the stacking order (z-plane) of the plots has no effect on the plot handles. Each time you plot, a unique handle is returned which will always identify this particular plot, regardless of where you end up placing it in the z-plane order.
Luis
04-17-2009 06:17 PM
Hi Luis, thanks for confirming that.
Aaron