# Interface: PointOptions

# Hierarchy

# Properties

# backgroundColor

backgroundColor: Color

Inherited from: CommonElementOptions.backgroundColor

Defined in: index.esm.d.ts:1582 (opens new window)


# borderColor

borderColor: Color

Inherited from: CommonElementOptions.borderColor

Defined in: index.esm.d.ts:1581 (opens new window)


# borderWidth

borderWidth: number

Inherited from: CommonElementOptions.borderWidth

Defined in: index.esm.d.ts:1580 (opens new window)


# hitRadius

hitRadius: number

Extra radius added to point radius for hit detection.

default 1

Defined in: index.esm.d.ts:1730 (opens new window)


# pointStyle

pointStyle: PointStyle

Point style

default 'circle;

Defined in: index.esm.d.ts:1735 (opens new window)


# radius

radius: number

Point radius

default 3

Defined in: index.esm.d.ts:1725 (opens new window)


# rotation

rotation: number

Point rotation (in degrees).

default 0

Defined in: index.esm.d.ts:1740 (opens new window)