Interface HasDataLabelHoverHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- FacetChart
- 
Method SummaryModifier and TypeMethodDescriptionFires when the mouse hovers over a data label, that is, a text label showing values from the first facet.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addDataLabelHoverHandlerFires when the mouse hovers over a data label, that is, a text label showing values from the first facet. For example, the labels underneath the X-axis of a column chart, labelling each column.- Parameters:
- handler- the dataLabelHover handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-