# 接口: PointOptions
# 层次结构
-
↳
PointOptions
# 属性
# backgroundColor
• backgroundColor: 颜色
# 继承自
CommonElementOptions.backgroundColor
# 定义于
types/index.d.ts:1807 (opens new window)
# borderColor
• borderColor: 颜色
# 继承自
CommonElementOptions.borderColor
# 定义于
types/index.d.ts:1806 (opens new window)
# borderWidth
• borderWidth: 数字
# 继承自
CommonElementOptions.borderWidth
# 定义于
types/index.d.ts:1805 (opens new window)
# drawActiveElementsOnTop
• drawActiveElementsOnTop: 布尔值
将活动元素绘制在数据集的其他元素之上,
默认
true
# 定义于
types/index.d.ts:2008 (opens new window)
# hitRadius
• hitRadius: 数字
添加到点半径以进行点击检测的额外半径。
默认
1
# 定义于
types/index.d.ts:1993 (opens new window)
# pointStyle
• pointStyle: 点样式
点样式
默认
'circle;
# 定义于
types/index.d.ts:1998 (opens new window)
# radius
• radius: 数字
点半径
默认
3
# 定义于
types/index.d.ts:1988 (opens new window)
# rotation
• rotation: 数字
点旋转(以度为单位)。
默认
0