Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
SAS/INSIGHT Statements

LINE Statement

LINE variable-list * variable

          < / < LABEL=variable > < < MARKERSIZE | MS >=value >

          < XAXIS=axis > < YAXIS=axis > >;

The LINE statement creates overlaid line plots, with one line for each Y variable.

Use at least one Y variable, followed by an asterisk, followed by a single X variable. You can use the LABEL= option to assign a Label variable. Use the MARKERSIZE= or MS= option to specify the size of observation markers. Marker size is a number between 1 and 8. Use the XAXIS= and YAXIS= options to specify numeric axes. The syntax for axis options is described under the BAR statement.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.