HighchartsXAxisPlotBandsEventsOptions constructor
HighchartsXAxisPlotBandsEventsOptions({
- dynamic click,
- dynamic mousemove,
- dynamic mouseout,
- dynamic mouseover,
An object defining mouse events for the plot band. Supported properties are click
, mouseover
, mouseout
, mousemove
.
API Docs: https://api.highcharts.com/highcharts/xAxis.plotBands.events
Implementation
HighchartsXAxisPlotBandsEventsOptions(
{this.click, this.mousemove, this.mouseout, this.mouseover});