Inserting a line

S

S.C

I have a couple of charts that need a line drawn at a certain number on the
value axis. Is there a way to place a line on the chart?

Any help is appreciated

Steve
 
D

David Biddulph

Insert a new series minX, yourYvalue for the first point, and maxX,
yourYvalue for the second point. Add that series to your chart.
 
Top