Reference a scale box with a variable
Hi,
I'm trying to produce multiple graphs with a for loop, and assign the column title to the Y axis.
After graphing, I want to add three reference lines to the Y axis with a Dispatch command, but cannot figure out how to dynamically reference the Y axis box, see *** below:
For( i = 12, i <= 18, i++,
Col_name = Column( i ) << Get Name;
temp = Expr( Col_name );
//Graph Line Data
Split_dt <<
...
