How to Add reference lines on Graph Builder script loop
I'm trying to automate graph generation which looks good but when adding the reference lines they're not plotted. How this can be accomplished through the loop?As test I've also tried to give a number or the index to the Scalebox but nothing appear.Data Table( "NC119_1" ) << Graph Builder(
Page Gap Size( 1 ),
Variables(
X( :timeTrace ),
Y( :VI2, Side( "Right" ) ),
Y( :VI1, Position( 1 )
...