Interface: PointDragEventObject

Highcharts. PointDragEventObject

Contains common information for a drag event on series points.

Members

newPoint :Highcharts.PointDragDropObject|undefined

New point after drag if only a single one.

Type:

newPointId :string|undefined

New point id after drag if only a single one.

Type:
  • string | undefined

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"