Interface HighchartsChartEvents

Index

Properties

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