![]() Chapter Contents |
![]() Previous |
![]() Next |
| Organizational Chart: _setStyle |
| Syntax | |
| Details | |
| Example |
Syntax |
| CALL NOTIFY (orgchart-name, '_setStyle'<, style><, orient><, lines>); |
| Argument | Type | Description | |
|---|---|---|---|
| style |
C | specifies the type of tree: | |
| 'HIERARCH' | hierarchical tree | ||
| 'DIR' | directory tree | ||
| orient | C | specifies the orientation: | |
| 'HORZ' | horizontal | ||
| 'VERT' | vertical | ||
| lines | C | specifies the style of the lines connecting the nodes: | |
| 'ORTHO' | orthogonal lines (lines in 90 degree angles to the nodes) | ||
| 'DIRECT' | direct lines (lines running straight from parent to child) | ||
| Details |
To leave a setting unchanged, omit the argument and supply a null value (' ').
| Example |
This statement creates a horizontal directory style tree with straight lines:
call notify('org1','_set_style_','dir','horz',
'direct');
This statement creates vertical hierarchical style tree with angled lines:
call notify('org1','_set_style_','hierarch',
'vert','ortho');
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.