Interface: PointLegendItemClickEventObject

Highcharts. PointLegendItemClickEventObject

Information about the legend click event.

Members

browserEvent :Highcharts.PointerEvent

Related browser event.

Type:
  • Highcharts.PointerEvent

preventDefault :function

Prevent the default action of toggle the visibility of the point.

Type:
  • function

target :Highcharts.Point

Related point.

Type:

type :"legendItemClick"

Event type.

Type:
  • "legendItemClick"