HighchartsNavigationEventsOptions constructor
HighchartsNavigationEventsOptions({
- dynamic closePopup,
- dynamic deselectButton,
- dynamic selectButton,
- dynamic showPopup,
Events to communicate between Stock Tools and custom GUI.
API Docs: https://api.highcharts.com/highcharts/navigation.events
Implementation
HighchartsNavigationEventsOptions(
{this.closePopup,
this.deselectButton,
this.selectButton,
this.showPopup});