public interface HasDataLabelHoverHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDataLabelHoverHandler(DataLabelHoverHandler handler)
Fires when the mouse hovers over a data label, that is, a text label showing values from the first facet.
|
fireEventHandlerRegistration addDataLabelHoverHandler(DataLabelHoverHandler handler)
handler - the dataLabelHover handlerHandlerRegistration used to remove this handler