@XY (X/Y Coordinates Line)

This macro adds a user-defined line that starts at location nx1, ny1 and stops at location nx2, ny2. For charts with a true X-Axis (e.g., Scatter, Bubble, Polar, etc.), nx1 and nx2 define the value on the X-Axis where the line will be drawn. For bar, line, or area charts, nx1 and nx2 must be set to a value in the range 0.0 to 1.0 that defines a percentage of the X (or ordinal)-Axis length.

SYNTAX:

@XY nx1 ny1 nx2 ny2

PARAMETERS:

nx1; Beginning X-coordinate

ny1; Beginning Y-coordinate

nx2; Ending X-coordinate

ny2; Ending Y-coordinate

EXAMPLE:

@XY 0 0 1400000000 1200000000

PERSISTENT:

NO

NOTES:

Charts Unlimited supports a maximum of 20 user-defined lines. User-defined lines are drawn with: @CX, @CXY, @CY, @X, @XG, @XSZ, @XSZL, @XSZN, @XSZNL, @XY, @XY_DP2, @Y, @YSZ, @YSZL, @YSZN, & @YSZNL.

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Previous Macro in this Group Return to Group List