displays each group in data order of the group variable.
Interaction
This option is ignored unless GROUP= is specified.
INTBOXWIDTH=numeric-value
specifies the box width when an interval category (X) variable is specified.
Restriction
The axis type for the category axis must be LINEAR, and the variable
must be numeric.
Example
proc sgplot data=sashelp.class;
vbox weight / category=height intboxwidth=20 ;
xaxis type=linear;
run;
LABELFAR
specifies that only the far outliers have data labels. Far outliers are points whose
distance from the box ...
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.