@USER_CIRCLE (User-Defined Outlined Circle)

This macro fills a section of the chart frame with an outlined circle. The chart must be a flat 2D chart without depth or 3D Look applied. The nRed, nGreen, nBlue, nStyle, and nWidth parameters define the color, style, and width of the outline. Set fStartX/fStopX to zero to select the lower left corner of the chart frame.

SYNTAX:

@USER_CIRCLE fStartX fStopX fStartY fStopY nRed nGreen nBlue nStyle nWidth 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 color

nStyle; 0...15 defines the outline style:



nWidth; 0...1000 defines the width of the outline.

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

EXAMPLE: @USER_CIRCLE.WID

@HQ 1 @USER_CIRCLE 0.0 0.25 0.25 1.0 255 0 0 2 500 WebI:Chart

NOTES:

Next Macro Previous Macro Return to Alpha List

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