SAS.GRAPH 9.1 Reference, Volumes I and II

Requirements: At least one CHART statement is required.

Global Statements: AXIS AXIS Statement on page 124, FOOTNOTE TITLE, FOOTNOTE, and NOTE Statements on page 210, GOPTIONS GOPTIONS Statement on page 146, TITLE TITLE, FOOTNOTE, and NOTE Statements on page 210

Reminder: The procedure can include the BY, FORMAT, LABEL, and WHERE statements as well as SAS/GRAPH NOTE statement.

Supports: Output Delivery System (ODS)

PROC GRADAR <DATA= input-data-set >

CHART chart-variable(s) </ option(s) >;

PROC GRADAR Statement

Identifies the data set that contains the plot variables . Optionally specifies an output catalog.

Requirements: An input data set is required.

Syntax

PROC GRADAR <DATA= input-data-set >

Options

ANNOTATE= Annotate-data-set

ANNO= Annotate-data-set

DATA= input-data-set

GOUT=< libref. > output-catalog

CHART Statement

Creates the radar charts in which the length of the vertices along the spines represent the values of the chart statistic for the data categories.

Requirements: At least one chart variable is required.

Global statements: AXIS, TITLE, FOOTNOTE, and NOTE

Syntax

CHART chart-variable(s) </ option(s) >;

option(s) can be one or more of the following:

Required Arguments

chart-variable(s)

Options

Options in a CHART statement affect all graphs produced by that statement. You can specify as many options as you want and list them in any order.

ACROSS= variable

ACROSSVAR= variable

ANNOTATE= Annotate-data-set

ANNO= Annotate-data-set

CAXIS= grid-color

CAXES= grid-color

CA= grid-color

CFRAME= background-color ( variable )

CFR= background-color ( variable )

CFRAMESIDE= color ( variable )

CFRAMETOP= color ( variable )

CSPOKES= spoke-color ( variable )

CSPOKE= spoke-color

CSTARCIRCLES= color ( colors-list )

CSTARCIRCLE= color ( colors-list )

CSTARFILL= color ( colors-list )

CSTARS= color ( colors-list )

CSTAR= color ( colors-list )

CTEXT= text-color

CTILES=( variable ) color

CTILE=( variable ) color

DESCRIPTION= entry-description

DES= entry-description

DOWN= variable

DOWNVAR= variable

FONT= font

FREQ= variable

FRAME NOFRAME

HEIGHT= height

HLABEL= height

HTML= variable

HTML_LEGEND= variable

IFRAME= fileref external-image-file

IMAGESTYLE=TILE FIT

INBORDER

INHEIGHT= value

INTERTILE= value

INTERCHART= value

LAST= category

LSPOKE= linetype

LSTARCIRCLES=( linetypes )

LSTARCIRCLE=( linetypes )

LSTARS=( linetypes )

LSTAR=( linetypes )

MAXNVERT= n

MAXVERT= n

MISSING

MODE=SHARE PROTECT RESERVE

NAME= entry-name

NCOLS= n

NCOL= n

NOFRAME

NOZEROREF

NROWS= n

NROW= n

ORDERACROSS=FREQ DATA INTERNAL FORMATTED EXTERNAL

OTHER= category

OVERLAY= overlay-variable

OVERLAYVAR= overlay-variable

SPIDERWEB SPIDER

SPKLABEL=CATEGORY NONE

STARAXIS= (AXIS<1 99><, ,AXIS<1 99>>)

STARAXES= (AXIS<1 99><, ,AXIS<1 99>>)

STARCIRCLES=( values )

STARCIRCLE=( values )

STARFILL= lists of (SOLID EMPTY) one for each star

STARINRADIUS= value

STAROUTRADIUS= value

STARLEGEND=CLOCK CLOCK0 NUMBER DEGREES NONE

STARLEGENDLAB= legend-label

STARSTART= value

STARTYPE=CORONA POLYGON RADIAL SPOKE WEDGE

SUMVAR= summary-variable

TILELEGEND= variable

TILELEGLABEL= label

WFRAME= n

WAXIS= n

WEIGHT= numeric-variable

WSPOKES= line-width

WSPOKE= line-width

WSTARCIRCLES=( line-widths )

WSTARCIRCLE=( line-widths )

WSTARS= line-width ( line-widths )

WSTAR= line-width ( line-widths )

Категории