Annotate Dictionary |
Variables written out: | COLOR, FUNCTION, LINE, STYLE, X, Y |
Internal variables updated: | XLAST, YLAST |
Prerequisite: | You must run the %ANNOMAC macro before using any other annotate macros. For more information, see Making the Macros Available. |
Syntax |
Syntax |
%BAR (x1, y1, x2, y2, color, line, style); |
%BAR2(x1, y1, x2, y2, color, line, style, width); |
specify the location of the first corner of the bar. Values can be numeric coordinates, numeric constants, or numeric variables. For details, see the Annotate X Variable.
specify the location of second corner of the bar, which is drawn diagonal to the first corner. Values can be numeric coordinates, numeric constants, or numeric variables.
specifies the outline color and optional fill color using a character string without quotation marks. For details, see the Annotate COLOR Variable.
specifies which of the outlines of the bar are to be drawn. The value can be a number, a numeric constant, or a numeric variable. For valid values, see the Annotate LINE Variable for the BAR function.
specifies the fill pattern for the bar using a character string without quotation marks. For valid values, see the Annotate STYLE Variable (Patterns) for the BAR function.
specifies the width of the outline and optional fill lines. The value can a number, a numeric constant, or a numeric variable. For details and valid values, see the Annotate SIZE Variable for the DRAW function.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.