SAS Institute. The Power to Know

SAS/QC(R) 9.2 User's Guide


BOXCHART Statement

ODS Graphics    -    Experimental

ODS Graphics is experimental in this release, meaning that both the graphical results and the syntax for specifying them are subject to change in a future release. To produce ODS Graphics output you must specify the ODS GRAPHICS statement prior to the PROC ANOM statement. For more information about the ODS GRAPHICS statement, see Chapter 21, "Statistical Graphics Using ODS," (SAS/STAT User's Guide).

The appearance of a graph produced with ODS Graphics is determined by the style associated with the ODS destination where the graph is produced. BOXCHART options used to control the appearance of traditional graphics are ignored for ODS Graphics output. Table 5.17 lists options that can be used to control the appearance of graphs produced with ODS Graphics or with traditional graphics using ODS styles. Table 5.18 lists options to be used exclusively with ODS Graphics. Detailed descriptions of these options are provided in Chapter 56, "Dictionary of Options."

When ODS Graphics is in effect, the BOXCHART statement assigns a name to the graph it creates. You can use this name to reference the graph when using ODS. The name is listed in Table 5.22.

Table 5.22: ODS Graphics Produced by the BOXCHART Statement

ODS Graph Name Plot Description
BoxChartANOM boxchart

See Chapter 3, "SAS/QC Graphics," for more information about ODS Graphics and other methods for producing charts.