[Graph Builder in JSL] how to select graph build as an object in one Lineup Box
Hi, currently I created a lineup box with several graphs like 3 in it, and after the window popped out, I want to select each the graph by xpath then do some actions like sizing or adding ref line..
However I found that I am not able to use a for loop to individually select the graphs in my lineup box, what should I do? thanks!(I tried to use gb1 = Graph Builder 1; gb2 = Graph Builder 2; gb3 = ... ...