public interface HasDataLabelClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDataLabelClickHandler(DataLabelClickHandler handler)
Fires when the user clicks on a data label, that is, a text label showing values from the first facet.
|
fireEventHandlerRegistration addDataLabelClickHandler(DataLabelClickHandler handler)
handler - the dataLabelClick handlerHandlerRegistration used to remove this handler