SelectionMode API in React Chart API component
Defines the SelectionMode, They are.
- none - Disable the selection.
- series - To select a series.
- point - To select a point.
- cluster - To select a cluster of point
- dragXY - To select points, by dragging with respect to both horizontal and vertical axis
- dragX - To select points, by dragging with respect to horizontal axis.
- dragY - To select points, by dragging with respect to vertical axis.
- lasso - To select points, by dragging with respect to free form.
- None
- Series
- Point
- Cluster
- DragXY
- DragY
- DragX
- Lasso