Chapter Contents

Previous

Next
DRAW2TXT Function

DRAW2TXT Function



Draws a line from (XLAST, YLAST) to (XLSTT, YLSTT) without updating any of those variables.


Syntax
Associated Variables
Details

Syntax

FUNCTION='DRAW2TXT';


Associated Variables

COLOR='color'
specifies the line color. Color can be any SAS/GRAPH color name.

HSYS='coordinate-system'
specifies the coordinate system for the SIZE variable. See HSYS Variable for an explanation of coordinate-system.

LINE=1...46
specifies the line type of the line that is being drawn. See Specifying Line Types for an illustration of the line types.

SIZE=line-thickness
specifies the thickness of the line that is being drawn. See DRAW Function for details.

WHEN='B' | 'A'
specifies when to draw the line in relation to generation of the procedure output. See WHEN Variable.


Details

DRAW2TXT is useful for underlining text.

DRAW2TXT does not update the (XLAST, YLAST) or (XLSTT, YLSTT) coordinates; neither can it interrupt a POLYCONT sequence.


Chapter Contents

Previous

Next

Top of Page

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