Interface HasLegendClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 FacetChart
- 
Method Summary
Modifier and TypeMethodDescriptionaddLegendClickHandler(LegendClickHandler handler) Fires when the user clicks on the legend area of the chart.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addLegendClickHandler
Fires when the user clicks on the legend area of the chart.If the user specifically clicks on a color swatch or it's label, the
FacetValueclicked on will be provided.If the chart is a
multi-axis chart, theFacetValuefor the clicked-on metric will also be provided.- Parameters:
 handler- the legendClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -