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