0

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:

enter image description here

alejandro zuleta
  • 13,962
  • 3
  • 28
  • 48

2 Answers2

1

You have to add an additional values serie to your chart. Go to Chart Data and press + button:

enter image description here

In expression use the constant value, in your case 180:

=180

Let me know if this helps.

alejandro zuleta
  • 13,962
  • 3
  • 28
  • 48
0

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.

StelioK
  • 1,771
  • 1
  • 11
  • 21