public interface HasZoomChangedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addZoomChangedHandler(ZoomChangedHandler handler)
Fires when the end user changes the zoom position in a
zoomed chart. |
fireEventHandlerRegistration addZoomChangedHandler(ZoomChangedHandler handler)
zoomed chart.handler - the zoomChanged handlerHandlerRegistration used to remove this handler