Previous Page | Next Page

DATA Step Graphics Interface Dictionary

CBACK



Specifies the background color
Operating States: GKCL
Return Codes: 0, 1
Default Value: 1. CBACK= graphics option, if specified; 2. device's default background color.

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('CBACK', cback);


Description

The GSET('CBACK', . . . ) function sets the background color. GSET('CBACK', . . . ) has the same effect as the CBACK= graphics option.


Argument Definitions

cback

character string enclosed in quotation marks or character variable name; can contain any predefined SAS color name. See SAS Color Names and RGB Values in the SAS Registry for a list of predefined SAS color names.


See Also

CBACK= graphics option (see CBACK)

CBACK

Previous Page | Next Page | Top of Page