| LAYOUT DATAPANEL Statement |
A LAYOUT DATAPANEL enables you to display sidebars outside of the axis areas. A sidebar spans across columns or rows and is useful for displaying information that applies to all of the columns or all of the rows. For example, sidebars are useful for displaying a legend.
A SIDEBAR statement has the following syntax:
The following example shows a SIDEBAR block that displays a legend at the top of the layout grid.
sidebar / align=top;
discretelegend 'p' 'a' / across=2;
endsidebar;
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.