Interface: PointOptions

Hierarchy

Properties

backgroundColor

backgroundColor: Color

Inherited from

CommonElementOptions.backgroundColor

Defined in

index.esm.d.ts:1696PointOptions - 图1 (opens new window)


borderColor

borderColor: Color

Inherited from

CommonElementOptions.borderColor

Defined in

index.esm.d.ts:1695PointOptions - 图2 (opens new window)


borderWidth

borderWidth: number

Inherited from

CommonElementOptions.borderWidth

Defined in

index.esm.d.ts:1694PointOptions - 图3 (opens new window)


drawActiveElementsOnTop

drawActiveElementsOnTop: boolean

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

default true

Defined in

index.esm.d.ts:1898PointOptions - 图4 (opens new window)


hitRadius

hitRadius: number

Extra radius added to point radius for hit detection.

default 1

Defined in

index.esm.d.ts:1883PointOptions - 图5 (opens new window)


pointStyle

pointStyle: PointStyle

Point style

default ‘circle;

Defined in

index.esm.d.ts:1888PointOptions - 图6 (opens new window)


radius

radius: number

Point radius

default 3

Defined in

index.esm.d.ts:1878PointOptions - 图7 (opens new window)


rotation

rotation: number

Point rotation (in degrees).

default 0

Defined in

index.esm.d.ts:1893PointOptions - 图8 (opens new window)