Chapter Contents

Previous

Next
The CHART Procedure

STAR Statement


Produces a star chart.


STAR variable(s) </ option(s)>;


Required Argument

variable(s)
specifies the variables for which PROC CHART produces a star chart, one chart for each variable.


Options
The options available on the BLOCK, HBAR, PIE, STAR, and VBAR statements are documented in Customizing All Types of Charts .


Statement Results
The number of points in the star is determined in the same way as the number of bars for vertical bar charts.

If all the data have positive values, the center of the star represents zero and the outside circle represents the maximum value. If the data contain negative values, the center represents the minimum. See the description of the AXIS= option for more information about how to specify maximum and minimum values. For information about how to specify the proportion of the chart, see the description of the LPI= option .

If you try to create a star chart for a variable with more than 24 levels, PROC CHART produces a horizontal bar chart instead.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.