options |
Object
|
optional
Objects have the following properties:
Name |
Type |
Default |
Description |
lineColor |
Color
|
new Color(1,0,0,1)
|
optional
Line color, the default is red
|
lineWidth |
Number
|
1000
|
optional
Line width, the default is 100
|
extendHeight |
Number
|
0.0
|
optional
Stretching height
|
fillBackColor |
Color
|
new Color(1,0,0,1)
|
optional
Fill background color, the default is red
|
fillBackOpaque |
Boolean
|
false
|
optional
Fill background transparent
|
fillGradientMode |
Number
|
0
|
optional
Gradient fill angle
|
fillGradientAngle |
FillGradientMode
|
FillGradientMode.None
|
optional
Gradient fill mode
|
fillGradientOffsetRatioY |
Number
|
0
|
optional
Gradient fill vertical offset
|
fillGradientOffsetRatioX |
Number
|
0
|
optional
Gradient fill horizontal offset
|
fillForeColor |
Color
|
new Color(1,0,0,1)
|
optional
Fill foreground color,the default is red
|
fillSymbolID |
Number
|
0
|
optional
Fill mode
|
fillOpaqueRate |
Number
|
70
|
optional
Fill transparency
|
surroundLineColor |
Color
|
new Color(1,0,1,1)
|
optional
Surround line color
|
surroundLineType |
SurroundLineType
|
SurroundLineType.SURROUNDLINE_NONE
|
optional
Surround line type,the default is None.
|
surroundLindWidth |
Number
|
1.0
|
optional
Surround line width
|
|