@USER_CIRCLE_ABOVE (User-Defined Outlined Circle Above Chart Area)

On 2D charts, this macro fills a portion of the chart frame with a circle that is drawn above the plot area. The nRed/NGreen/nBlue, nThickness, and nStyle parameters define the color, thickness, and line style of the circle. Set fStartX and fStopX to zero to select the lower left corner of the chart frame. The optional phrase (szPhrase) is drawn in the middle of the circle.

SYNTAX:

@USER_CIRCLE_ABOVE fStartX fStopX fStartY fStopY nRed nGreen nBlue nThickness nStyle 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

nStyle; 0...15 selects the outline style:
0=Solid
1=Dashed
2=Dotted
3=Dot-Dash
4=Dash-Dot-Dot
5=Medium Dash
6=Short Dash
7=Long Dash
8=Long Dot
9=Dot-Dot-Dot
10=Dash-Dash-Dot
11=Dash-Dash-Dot-Dot
12=Long Dash-Dot
13=Long Dash-Dot-Dot
14=Long Dash-Dash-Dot
15=Long Dash-Dash-Dot-Dot

nThickness; 0...1000 selects the thickness 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_LABEL_FONT 12 255 0 0 255 Splash
@USER_CIRCLE_ABOVE 0.0 0.5 1.0 0.5 0 255 0 0 1000 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