Before you create ODS Graphics output, ODS Graphics must be enabled (for example, by using the ODS GRAPHICS ON statement). For more information about enabling and disabling ODS Graphics, see the section Enabling and Disabling ODS Graphics in SAS/STAT 14.1 User's Guide.
The appearance of ODS Graphics output is determined by the style associated with the ODS destination where the graph is produced. Chart statement options that are used to control the appearance of traditional graphics are ignored for ODS Graphics output.
Options for Producing Graphs Using ODS Styles lists options that can be used to control the appearance of graphs produced with ODS Graphics or with traditional graphics using ODS styles. Options for ODS Graphics lists options to be used exclusively with ODS Graphics.
Detailed descriptions of these options are provided in Dictionary of Options: SHEWHART Procedure.
When ODS Graphics is in effect, the SHEWHART procedure assigns names to the graphs it creates. You can use these names to reference the graphs when using ODS. The names are listed in Table 18.70.
Table 18.70: ODS Graphics Produced by PROC SHEWHART
ODS Graph Name |
Plot Description |
Statement |
---|---|---|
BoxChart |
Box chart |
BOXCHART |
CChart |
c chart |
CCHART |
IRChart |
Individual measurements and moving ranges chart |
IRCHART |
MChart |
Median chart |
MCHART |
MRChart |
Median and R chart |
MRCHART |
NPChart |
np chart |
NPCHART |
PChart |
p chart |
PCHART |
RChart |
R chart |
RCHART |
SChart |
s chart |
SCHART |
UChart |
u chart |
UCHART |
XChart |
chart |
XCHART |
XRChart |
and R chart |
XRCHART |
XSChart |
and s chart |
XSCHART |
See ChapterĀ 3: SAS/QC Graphics, for more information about ODS Graphics and other methods that you can use to produce charts.