# Interface: PointOptions
# Hierarchy
-
↳
PointOptions
# Properties
# backgroundColor
• backgroundColor: Color
# Inherited from
CommonElementOptions.backgroundColor
# Defined in
types/index.d.ts:1807
# borderColor
• borderColor: Color
# Inherited from
CommonElementOptions.borderColor
# Defined in
types/index.d.ts:1806
# borderWidth
• borderWidth: number
# Inherited from
CommonElementOptions.borderWidth
# Defined in
types/index.d.ts:1805
# drawActiveElementsOnTop
• drawActiveElementsOnTop: boolean
Draw the active elements over the other elements of the dataset,
Default
true
# Defined in
types/index.d.ts:2008
# hitRadius
• hitRadius: number
Extra radius added to point radius for hit detection.
Default
1
# Defined in
types/index.d.ts:1993
# pointStyle
• pointStyle: PointStyle
Point style
Default
'circle;
# Defined in
types/index.d.ts:1998
# radius
• radius: number
Point radius
Default
3
# Defined in
types/index.d.ts:1988
# rotation
• rotation: number
Point rotation (in degrees).
Default
0
# Defined in
types/index.d.ts:2003