Interface for specifying properties of a box.

Non-geometry properties are explained in BoxData interface.

This interface defines the box using coordinate boundaries. For another geometry definitions, see:

Hierarchy

Properties

color?: Color

Color of this box, when the series is styled as IndividualPointFill.

id?: string | number

Identifier of this box.

Can be used to alter the boxes' properties afterwards.

value?: number

Look-up value for this box, when the series is styled as PalettedFill.

Determines the color of the box.

xMax: number

Maximum X coordinate.

xMin: number

Minimum X coordinate.

yMax: number

Maximum Y coordinate.

yMin: number

Minimum Y coordinate.

zMax: number

Maximum Z coordinate.

zMin: number

Minimum Z coordinate.