When true, Selection is enabled. Any series under the mouse or pointer device on mouseDown can be selected.
Default true
A list of 3D renderable series to exclude from this modifier
The primary action execute condition that modifier should respond to
Pixel radius used for hover and selection hit-testing around the mouse point. A value of 0 means exact pixel only.
Default 2
A unique Id for the ChartModifierBase3D
A list of 3D renderable series to include to this modifier
Optional callback for when any series is hovered or unhovered
Optional callback for when any series is selected or deselected
When true, if multiple series are hit at a pixel, the one with hit-point closest to camera is preferred.
Default false
Generated using TypeDoc
When true, hover is enabled. Any series under the mouse or pointer on mouseMove will be notified as mouseOver.
Enabling hover will decrease performance as a hit-test operation must be performed every mouse-move.
Default
false