Interface: SelectEventObject

Highcharts. SelectEventObject

Object for select events. The primary axes are xAxis[0] and yAxis[0]. Remember the unit of a datetime axis is milliseconds since 1970-01-01 00:00:00.

Members

originalEvent :global.Event

The related browser event.

Type:
  • global.Event

resetSelection :boolean|undefined

Indicates a reset event to restore default state.

Type:
  • boolean | undefined

xAxis :Array.<Highcharts.SelectDataObject>

Arrays containing the axes of each dimension and each axis' min and max values.

Type:

yAxis :Array.<Highcharts.SelectDataObject>

Arrays containing the axes of each dimension and each axis' min and max values.

Type: