Interface: ChartClickEventObject

Highcharts. ChartClickEventObject

Contains information about the clicked spot on the chart. Remember the unit of a datetime axis is milliseconds since 1970-01-01 00:00:00.

Extends

Members

chartX :number

The X coordinate of the pointer interaction relative to the chart.

Type:
  • number
Inherited From:

chartY :number

The Y coordinate of the pointer interaction relative to the chart.

Type:
  • number
Inherited From:

xAxis :Array.<Highcharts.ChartClickEventAxisObject>

Information about the x-axis on the clicked spot.

Type:

yAxis :Array.<Highcharts.ChartClickEventAxisObject>

Information about the y-axis on the clicked spot.

Type:

zAxis :Array.<Highcharts.ChartClickEventAxisObject>|undefined

Information about the z-axis on the clicked spot.

Type: