Skip to Main Content
SAS 9.4 Graph Template Language, 3rd Edition
book

SAS 9.4 Graph Template Language, 3rd Edition

by SAS Documentation
August 2014
Intermediate to advanced content levelIntermediate to advanced
652 pages
20h 38m
English
SAS Institute
Content preview from SAS 9.4 Graph Template Language, 3rd Edition
labelattrs=(weight=bold) timeopts=(tickvalueformat=monname1.);
endcolumnaxes;
/* Add top and bottom sidebars */
sidebar / align=top;
entry "Microsoft Stock Performance" /
textattrs=GraphTitleText pad=(bottom=5px);
endsidebar;
sidebar / align=bottom;
discretelegend "series" "needle" / border=off;
endsidebar;
endlayout;
endgraph;
end;
run;
proc sgrender data=stock template=latticesidebar;
run;
The following graph shows the modifications.
The other strategy is to add to the row information. At first glance, it would seem that
you could do this very simply by extending the axis label text as shown in the following
ROWAXES block.
rowaxes;
rowaxis / ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

SAS 9.4 Language Reference, 6th Edition

SAS 9.4 Language Reference, 6th Edition

SAS Institute

Publisher Resources

ISBN: 9781629593111