@XY_DP2 (Data Point Line)

On a scatter chart, this macro draws a user-defined line between any two points. The points are specified in terms of series and groups.

SYNTAX:

@XY_DP2 nSeriesStart nGroupStart nSeriesStop nGroupStop

PARAMETERS:

nSeriesStart; 0...1024 Zero-based series number to start drawing line.

nGroupStart; 0...1024 Zero-based group number to start drawing line.

nSeriesStop; 0...1024 Zero-based series number to stop drawing line.

nGroupStop; 0...1024 Zero-based group number to stop drawing line.

EXAMPLE:

This example draws a line between the first point in series 2 and the first point in series 3.

@XY_DP2 2 0 3 0

PERSISTENT:

NO

NOTES:

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

Next Macro Previous Macro Return to Alpha List

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