Chapter Contents

Previous

Next
Table Editor: _setLabelBackgroundPattern

Table Editor: _setLabelBackgroundPattern



Specifies the background pattern for label cells


Syntax
Details

Syntax

CALL NOTIFY (table-id, '_setLabelBackgroundPattern', pattern);

Argument Type Description
pattern
C specifies the label background pattern:
'SOLID' | '100%'
'75%'
'50%'
'25%'
'TRANSPARENT' | '0%'


Details

The percentages (25%, 50%, 75%) create a mix of the table's background and the region's background. For example, a yellow region background, a red table background, and 50% produce what appears to be a solid orange background. 100% is an alias for SOLID, and 0% is an alias for TRANSPARENT.


Chapter Contents

Previous

Next

Top of Page

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