How to add reference line if you don't know what column you will use
I'm stuck at a seemingly simple task. I plot a Graph Builder where my Y axis isn't known yet, it's provided as a variable.So what do I put in here instead of MyYVariable to draw a reference line regardless of what's on Y axis? Dispatch(
{},
"MyYVariable",
ScaleBox,
{Add Ref Line(
0.1,
"Dotted",
"Medium Dark Green",
"0.1",
3,
1,
Label Settings( {Label Color
...