How to add a graphics script but using a variable vs a hard coded value
I'm trying to have a dynamic drawing of a spec "box" in graph builder but I can't seem to get it to work. I've tried making the usl and lsl expr(usl) and expr(lsl) and done eval(eval expr()) but that did not work either. Any suggestions would be greatly appreciated! rpt=dt<<Graph Builder(
Size( 527, 456 ),
Show Control Panel( 0 ),
Graph Spacing( 5 ),
Variables( X( :Min ), Y( :Max ) ),
Elem
...