This macro adds a user-defined marker with optional text to a chart. With this macro, you can also specify a null marker and a value to append to the phrase (szPhrase). 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_MARKER2 fX fY nShape nRed nGreen nBlue fValue szPhrase ~
PARAMETERS:
fX; X-position, fY: Y-position
nShape; 0...8. 0...7 selects one of the following markers:
8=null/no marker
nRed; 0..255, nGreen; 0..255, nBlue; 0..255 define the color of the marker.
fValue; Value to append to szPhrase.
szPhrase; Optional phrase. Add a tilde character (~) to this string if you intend to define another macro in the same title field.EXAMPLE:
@USER_MARKER2 100000 3500 7 255 0 0 3500 Marker at
@USER_MARKER2 150000 1500 5 0 0 255 1500 Marker at
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