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, nGreen; 0..255, nBlue; 0..255 define the color of the marker.
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 100000 3500 7 255 0 0 Three D Graphics
@USER_MARKER 150000 1500 5 0 0 255 Charts Unlimited
PERSISTENT:
NO
NOTES:
Charts Unlimited supports a maximum of eight user markers defined with @USER_MARKER and @USER_MARKER2
ALSO SEE:
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List