You might be able to create an ODS Style as ballardw suggests. But if that doesn't work out, here are some goptions and such that might be useful: goptions cback=black ctext=white; goptions gunit=pct ftext="albany amt/bold" htext=4 htitle=8; pattern1 v=s c=white; title "Bar Chart"; proc gchart data=sashelp.class; hbar name / type=sum sumvar=height cframe=black; run;
... View more