Interface HasLegendHoverHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
FacetChart
-
Method Summary
Modifier and TypeMethodDescriptionaddLegendHoverHandler
(LegendHoverHandler handler) Fires when the mouse hovers over a color swatch or its label in the legend area of the chart.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addLegendHoverHandler
Fires when the mouse hovers over a color swatch or its label in the legend area of the chart.The
FacetValue
that the user is hovering over is provided. If the chart is amulti-axis chart
, theFacetValue
for the hovered-over metric will also be provided.- Parameters:
handler
- the legendHover handler- Returns:
HandlerRegistration
used to remove this handler
-