Previous Page
|
Next Page
GBARLINE Procedure
Syntax
Procedure Syntax
PROC GBARLINE Statement
BAR Statement
PLOT Statement
Overview
Concepts
About Bar-Line Charts
About the Chart Variable
About Midpoints
About Response Variables
About Chart Statistics
Missing Values
Plot Variable Values Out of Range
Controlling Patterns, Outlines, Colors, and Images
Examples
Producing a Basic Bar-Line Chart
Calculating Weighted Statistics
Specifying Subgroups, Multiple Plots, Data Tips, and Drill-Down URLs
Restriction:
Not supported by JAVA and JAVAIMG
Requirement:
One BAR statement
Global statements:
AXIS
,
FOOTNOTE
,
GOPTIONS
,
LEGEND
,
PATTERN
,
SYMBOL
,
TITLE
Note:
The procedure can include the
SAS/GRAPH
statement
BY
,
as well as the Base SAS statements
FORMAT
,
LABEL
, and
WHERE
.
See
SAS/GRAPH Statements
and
SAS Statements: Reference
for more information.
Syntax
PROC GBARLINE
<DATA=
input-data-set
>
<ANNOTATE=
Annotate-data-set
>
<IMAGEMAP=
output-data-set
>
<UNIFORMAXES>
;
BAR
bar-variable
<
/
options
>
;
<
PLOT
<
/
options
>
;>
...
<
PLOT
</
options
>
;>
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page