Interface: PointDragEventObject

Highcharts. PointDragEventObject

Contains common information for a drag event on series points.

Members

newPoints :Highcharts.Dictionary.<Highcharts.PointDragDropObject>

New points during drag.

Type:

preventDefault :function

Prevent default drag action.

Type:
  • function

target :Highcharts.Point

Target point that caused the event.

Type:

type :"drag"

Event type.

Type:
  • "drag"