CallOutMarkerSymbol

In this section:

The SimpleLineSymbol setting creates a callout box around each label. Default parameter values are indicated in brackets [ ].


Top of page

x
setAntialiasing

Use setAntialiasing to make the edges of a line smoother by padding pixels with intermediate colors. When set to true, antialiasing is active.

Note: When antialiasing is active, the time to generate a map increases.

Parameters:

setAntialiasing="true|false" [false]

Top of page

x
setBoundaryColor

Use setBoundaryColor to specify the boundary color of a polygon using RGB values.

Parameters:

setBoundaryColor="0,0,0-255,255,255" [0,0,0]

Top of page

x
setFont

Font name. The name is case-sensitive. If font name uses an ampersand (&), use & instead. For example, ESRI Transportation & Civic should be written as ESRI Transportation & Civic. For Feature Services, the font must reside on the client machine or else the system default font is used.

Parameters:

setFont= "Any system font" [Arial]

Top of page

x
setFontColor

Font color using RGB values.

Parameters:

setFontcolor="0,0,0 - 255,255,255" [0,0,0]

Top of page

x
setFontSize

Font size.

Parameters:

setFontsize="1 - NNN" [12]

Top of page

x
setFontStyle

Font style.

Parameters:

setFontstyle="regular | bold | italic | underline | outline | bolditalic" [regular]

Top of page

x
setGlowing

Glow color around symbol using RGB values.

Parameters:

setGlowing="0,0,0 - 255,255,255"

Top of page

x
setInterval

Distance between point and callout box. The smaller number brings box closer to point.

Parameters:

setInterval="0 - NNN" [10]

Top of page

x
setOutline

Outline color using RGB values.

Parameters:

setOutline="0,0,0 - 255,255,255"

Top of page

x
setShadow

Shadow color using RGB values.

Parameters:

shadow="0,0,0 - 255,255,255"

Top of page

x
setTransparency

Value to set percentage of transparency. 1.0 is 0 percent transparent. 0.0 is 100 percent transparent.

Parameters:

transparency="0.0 - 1.0" [1.0]

WebFOCUS