Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
HighchartsChartEvents
Interface HighchartsChartEvents
Index
Properties
addSeries
click
load
redraw
selection
Properties
optional
public
addSeries
?:
(event?: Event) => boolean
optional
public
click
?:
(event?: Event) => void
optional
public
load
?:
(event?: Event) => void
optional
public
redraw
?:
(event: Event) => void
optional
public
selection
?:
(event: HighchartsSelectionEvent) => void
Globals
jquery