Fx构造函数
# new LineSymbolMarker(typeopt, coloropt, placementopt, styleopt)
标记符号
参数:
名称 | 类型 | 属性 | 默认值 | 描述 |
---|---|---|---|---|
type |
String |
<optional> |
'line-marker' | marker类型:只能是'line-marker' |
color |
String |
<optional> |
'rgb(0,0,0)' | 线符号标记颜色,默认为'rgb(0,0,0)' |
placement |
Number |
<optional> |
"begin-end" | 线符号标记摆放位置,"begin"|"end"|"begin-end" |
style |
LineMarkerStyle |
<optional> |
'arrow' | 线符号标记样式,可选值"arrow"|"circle"|"square"|"diamond"|"cross"|"x" |