@UF (Same as @USER_FILL)

On 2D charts, this macro fills a portion of the chart frame with a specified color and optional phrase. Set fStartX and fStopX to zero to select the lower left corner of the chart frame.

SYNTAX:

@UF fStartX fStopX fStartY fStopY nRed nGreen nBlue szPhrase

PARAMETERS:

fStartX; 0.0...1.1 X-Axis start location

fStopX; 0.0...1.1 X-Axis stop location

fStartY; 0.0...1.1 Y-Axis start location

fStopY; 0.0...1.1 Y-Axis stop location

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:

@UF 0.5 1.0 0.5 1.0 0 255 255 Three D Graphics

PERSISTENT:

NO

NOTES:

  • @UF, @USER_CIRCLE..., @USER_FILL..., and @USER_RECT macros are independent of the X or Y axis values/scales.

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Return to Group List