The LINEPARM
statement creates a straight line. You can generate a single line
by specifying a constant for each required argument. You can generate
multiple lines by specifying a numeric column for any or all required
arguments. If any of the X= or Y= columns contains a missing value,
no line is drawn. To request a vertical line, specify
SLOPE= .
(specify a missing value as a constant or column
value).
A LINEPARM
statement can be used in any layout except GRIDDED or OVERLAY3D layouts.
The parent layout must include another plot statement that is derived
from data values that establish a data range for the axes. For example,
it can be used with a scatter plot or a histogram.
To draw
vertical or horizontal reference lines, consider using the simpler
REFERENCELINE statement.