# Interface: PointPrefixedOptions

# Properties

# pointBackgroundColor

pointBackgroundColor: Color

The fill color for points.

# Defined in

types/index.d.ts:2023


# pointBorderColor

pointBorderColor: Color

The border color for points.

# Defined in

types/index.d.ts:2027


# pointBorderWidth

pointBorderWidth: number

The width of the point border in pixels.

# Defined in

types/index.d.ts:2031


# pointHitRadius

pointHitRadius: number

The pixel size of the non-displayed point that reacts to mouse events.

# Defined in

types/index.d.ts:2035


# pointRadius

pointRadius: number

The radius of the point shape. If set to 0, the point is not rendered.

# Defined in

types/index.d.ts:2039


# pointRotation

pointRotation: number

The rotation of the point in degrees.

# Defined in

types/index.d.ts:2043


# pointStyle

pointStyle: PointStyle

Style of the point.

# Defined in

types/index.d.ts:2047