
begingraph;
entrytitle "Highway Mileage for Vehicle Types";
layout overlay /
xaxisopts=(discreteopts=(colorbands=even
colorbandsattrs=(transparency=0.8)))
yaxisopts=(offsetmax=0.25);
barchartparm category=type response=mean /
errorlower=lclm errorupper=uclm;
axistable x=type value=n / position=0.95
display=(label) labelattrs=GraphDataText;
axistable x=type value=mean / position=0.90
display=(label) labelattrs=GraphDataText;
axistable x=type value=uclm / position=0.85
display=(label) labelattrs=GraphDataText;
axistable x=type value=lclm / position=0.80
display=(label) labelattrs=GraphDataText;
endlayout;
endgraph;
end;
run;
/* Render the graph. ...