I am trying to create a straight line on a line chart showing other data. The line will present what is the good level within the levels for what the original data is actually presenting.
I am trying to create the red line on the attached image:
I am trying to create a straight line on a line chart showing other data. The line will present what is the good level within the levels for what the original data is actually presenting.
I am trying to create the red line on the attached image:
You have to add an additional values serie to your chart. Go to Chart Data and press +
button:
In expression use the constant value, in your case 180:
=180
Let me know if this helps.
Just add a column of int values at the end of you Stored Procedure (or whatever is supplying your data) and plot it just like any other series.