HighchartsXAxisPlotLinesEventsOptions constructor

HighchartsXAxisPlotLinesEventsOptions({
  1. dynamic click,
  2. dynamic mousemove,
  3. dynamic mouseout,
  4. dynamic mouseover,
})

An object defining mouse events for the plot line. Supported properties are click, mouseover, mouseout, mousemove.

API Docs: https://api.highcharts.com/highcharts/xAxis.plotLines.events

Implementation

HighchartsXAxisPlotLinesEventsOptions(
    {this.click, this.mousemove, this.mouseout, this.mouseover});