Interface: PointerEventObject

Highcharts. PointerEventObject

A native browser mouse or touch event, extended with position information relative to the Highcharts.Chart.container.

Extends

  • global.PointerEvent

Members

chartX :number

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

Type:
  • number

chartY :number

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

Type:
  • number