@USER_MARKER2 (User-Defined Marker with Value)

This macro draws a marker with text (szPhrase) and a value (fValue) at a specified location You can also specify a null marker so that only the text and value are drawn. 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 defines the RED component of the color

nGreen; 0...255 defines the GREEN component of the color

nBlue; 0...255 defines the BLUE component of the color

fValue; Value to append to szPhrase.

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

EXAMPLE: @USER_MARKER2.WID

@GRAPHTYPE 60
@USER_MARKER2 -4 8 3 255 0 0 8 RED MARKER=~
@USER_MARKER2 2 0 4 0 255 0 0 GREEN MARKER=~
@USER_MARKER2 -10 4 8 0 0 0 4 NO MARKER BUT VALUE=

NOTES:

WebI:Chart supports a maximum of eight user markers defined with @USER_MARKER and @USER_MARKER2

ALSO SEE:

@USER_MARKER

Next Macro Previous Macro Return to Alpha List

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