
creates labels for each drop line.
LABELATTRS=style-element <(options)> | (options)
specifies the appearance of the labels.
LEGENDLABEL=“text-string”
specifies a label that identifies the plot in the legend.
Plot reference options
NAME=“text-string”
specifies a name for the plot.
Required Arguments
X=variable | x-axis-value
specifies the X coordinate of the drop line or drop lines. If you specify an x-axis-
value that is a text string, enclose the string in quotation marks.
Requirement
Values must agree in type with the X-axis data type. For example,
you should use numeric SAS date or time values (or SAS date/time
constants) for a time axis.
Y=variable | ...