Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoxDataBounds

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:

Index

Properties

Optional color

color : Color

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

Optional id

id : string | number

Identifier of this box.

Can be used to alter the boxes' properties afterwards.

Optional value

value : undefined | number

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

Determines the color of the box.

xMax

xMax : number

Maximum X coordinate.

xMin

xMin : number

Minimum X coordinate.

yMax

yMax : number

Maximum Y coordinate.

yMin

yMin : number

Minimum Y coordinate.

zMax

zMax : number

Maximum Z coordinate.

zMin

zMin : number

Minimum Z coordinate.