Previous Page | Next Page

DATA Step Graphics Interface Dictionary

LINWIDTH



Specifies the thickness of the line
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8, 90
Default Value: 1

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('LINWIDTH', width);


Description

The GSET('LINWIDTH', . . . ) function selects a line width in units of pixels. The aspect source flag (ASF) for LINWIDTH must be set to 'INDIVIDUAL' for this attribute to be used outside of a line bundle.


Argument Definitions

width

numeric constant or numeric variable name; specifies the width of the line in pixels; must be greater than 0.


See Also

LINWIDTH

ASF

LINREP

Previous Page | Next Page | Top of Page