proc gchart data=sold; vbar city / type=sum sumvar=units subgroup=type width=17 raxis=axis1 maxis=axis2 annotate=barlabel; run; quit;