Interface: ChartPanEventObject

Highcharts. ChartPanEventObject

Contains common event information. Through the originalEvent property you can access the pointer event that triggered the panning.

Members

originalEvent :Highcharts.PointerEventObject

The pointer event that triggered the panning.

Type:

preventDefault :function

Prevents the default behavior of the event.

Type:
  • function

target :Highcharts.Chart

The event target.

Type:

type :"pan"

The event type.

Type:
  • "pan"