@USER_FILL_CIRCLE2 (User-Defined Pattern-Filled Circle)

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

SYNTAX:

@USER_FILL_CIRCLE2 fStartX fStopX fStartY fStopY nRed nGreen nBlue nPattern 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

nPattern; -6...6. Positive values show one of the following patterns with a white background. Negative values show one of the following patterns with a transparent background.



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

EXAMPLE:

@USER_LABEL_FONT 14 0 0 255 255 Splash
@USER_FILL_CIRCLE2 0.0 0.5 0.0 0.5 255 0 0 6 Three D Graphics

PERSISTENT:

NO

NOTES:

Next Macro Previous Macro Return to Alpha List

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