@USER_MARKER (User-Defined Marker)

This macro adds a user-defined marker with optional text (szPhrase) to a chart. fX must be value that is between the minimum and maximum values shown on the X-Axis. fY must be value that is between the minimum and maximum values shown on the Y-Axis.

SYNTAX:

@USER_MARKER fX fY nShape nRed nGreen nBlue szPhrase

PARAMETERS:

fX; X-position

fY: Y-position

nShape; 0...7 selects one of the following markers:



nRed; 0...255 defines the RED portion of the RGB color

nGreen; 0...255 defines the GREEN portion of the RGB color

nBlue; 0...255 defines the BLUE portion of the RGB color

szPhrase; Optional phrase. Add a tilde character (~) to this string if you intend to define another macro in the same title field.

EXAMPLE: @USER_MARKER.RPT

@USER_MARKER 1.0 4.5 7 255 0 0 RED MARKER
@USER_MARKER 2.3 4.2 1 0 255 0 GREEN MARKER

PERSISTENT:

NO

NOTES:

CRChart supports a maximum of eight user markers defined with @USER_MARKER and @USER_MARKER2

ALSO SEE:

@USER_MARKER2

Next Macro Previous Macro Return to Alpha List

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