Chapter Contents

Previous

Next
%CIRCLE

%CIRCLE



Draws an empty circle with the center at (x, y).

Variables affected: ANGLE, FUNCTION, ROTATE, SIZE, STYLE, X, Y
Updates: XLAST, YLAST


Syntax
See Also

Syntax

%CIRCLE (x, y, size, color);

Parameter Description
x,y numeric constant or numeric variable name; the x and y coordinates of the center of the circle.
size numeric constant or numeric variable name; the radius of the circle, using the units that are specified by the HSYS variable.
color literal; the color of the outline of the circle. Color can be any SAS/GRAPH color name and must not be enclosed in quotation marks. Use an asterisk (*) to indicate that the previously defined value for color should be used.

See Also

%SLICE for drawing a filled circle.


Chapter Contents

Previous

Next

Top of Page

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