This macro fills a section of the chart frame with a specified color, pattern, and optional phrase. The chart must be a flat 2D chart without depth or 3D Look applied. Set fStartX and fStopX to zero to select the lower left corner of the chart frame.
SYNTAX:
@USER_FILL2 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 component of the color
nGreen; 0...255 defines the GREEN component of the color
nBlue; 0...255 defines the BLUE component of the colornPattern; -6...6. A positive value selects one of the following patterns with a white background. A negative value selects 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_FILL2.WID
@HQ 1 @USER_FILL2 0.0 0.25 0.25 1.0 255 0 0 -6 WebI:Chart
NOTES:
- WebI:Chart supports a maximum of 20 user-defined areas that are created with the following macros:
@UF
@USER_CIRCLE
@USER_CIRCLE_ABOVE
@USER_FILL
@USER_FILL2
@USER_FILL_CIRCLE
@USER_FILL_CIRCLE_ABOVE
@USER_FILL_CIRCLE2
@USER_FILL_CIRCLE2_ABOVE
@USER_RECT
@UW
- @UF, @USER_CIRCLE..., @USER_FILL..., and @USER_RECT macros are independent of the X or Y axis values/scales.
- This macro is not compatible with 2.5D charts where depth has been applied to the chart with the 3D Look option in the Display section of the Properties panel or the @DEPTH macro.
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List