The code is part of a very large loop. Here is one of the charts I make.
ODS region y=0.01in Height= 3in Width=4in;
ODS GRAPHICS / Height=2.5in Width=3.5in ;
Proc SGPLOT data=REGI_Agg_PDF1_&C. SGANNO=REGI_SGANNO_RUU description="";
VbarPARM response=RUU Category=Year / Barwidth=0.75 FILLATTRS=(color=&colour);
Title "Sales Activity (&monthfull only)";
Xaxis Valuesrotate=vertical display=(nolabel) Valueattrs=(size=14 weight=BOLD);
yaxis display=none;
Run;