POINT Function

Places a single point at the (X, Y) coordinates in the color that you specify. The point is one visible pixel in size.
Updates: XLAST, YLAST

Syntax

FUNCTION='POINT';

Associated Variables

COLOR='color'
specifies the color of the point to be drawn. Color can be any SAS/GRAPH color name.
GROUP=group-value
MIDPOINT=midpoint-value
SUBGROUP=subgroup-value
specify coordinates when used with HBAR and VBAR charts from the GCHART procedure. Use these variables only with the data coordinate systems 1, 2, 7, and 8.
WHEN='B' | 'A'
specifies when to draw the point in relation to other procedure output. See WHEN Variable.
X=horizontal-coordinate
Y=vertical-coordinate
Z=depth-coordinate (PROC G3D only)
XC='character-type-horizontal-coordinate'
YC='character-type-vertical-coordinate'
specify the coordinates of the point that is to be drawn. Use the Z variable only with the G3D procedure.
XSYS='coordinate-system'
specifies the coordinate system for the X or XC variable. Use the XC variable only with XSYS='2'. See XSYS Variable for an explanation of coordinate-system.
YSYS='coordinate-system'
specifies the coordinate system for the Y or YC variable. Use the YC variable only with YSYS='2'. See YSYS Variable for an explanation of coordinate-system.
ZSYS='coordinate-system'
specifies the coordinate system for the Z variable. See ZSYS Variable for an explanation of coordinate-system.