# Interface: PointOptions

# Hierarchy

# Properties

# backgroundColor

backgroundColor: Color

# Inherited from

CommonElementOptions.backgroundColor

# Defined in

types/index.d.ts:1798 (opens new window)


# borderColor

borderColor: Color

# Inherited from

CommonElementOptions.borderColor

# Defined in

types/index.d.ts:1797 (opens new window)


# borderWidth

borderWidth: number

# Inherited from

CommonElementOptions.borderWidth

# Defined in

types/index.d.ts:1796 (opens new window)


# drawActiveElementsOnTop

drawActiveElementsOnTop: boolean

Draw the active elements over the other elements of the dataset,

Default

true

# Defined in

types/index.d.ts:1999 (opens new window)


# hitRadius

hitRadius: number

Extra radius added to point radius for hit detection.

Default

1

# Defined in

types/index.d.ts:1984 (opens new window)


# pointStyle

pointStyle: PointStyle

Point style

Default

'circle;

# Defined in

types/index.d.ts:1989 (opens new window)


# radius

radius: number

Point radius

Default

3

# Defined in

types/index.d.ts:1979 (opens new window)


# rotation

rotation: number

Point rotation (in degrees).

Default

0

# Defined in

types/index.d.ts:1994 (opens new window)