I have a scatter chart ready, and am now trying to add 3 straight lines to show "upper limit", "target", and "lower limit".
|========================= upper limit
| x
| x
|-------------------------------- Target
| x x
| x x
|========================= lower limit
| x x
| x
|
------------------------------------
This should be very straightforward since it's a line with a static value, but I have tried addline, addlinelayer without ease.
Please advise!
Thanks in advance |