I will create that line in onBarUpdate() at some point via:
var myLine = Draw.VerticalLine(this,"xLoc", 0,Brushes.Yellow);
My question is, is it possible to report the x position of that line as it will have both a variable name "myLine" AND a unique string tag of "xLoc" ?

Comment