Interface LegendHoverHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonLegendHover(LegendHoverEvent event) Fires when the mouse hovers over a color swatch or its label in the legend area of the chart. 
- 
Method Details
- 
onLegendHover
Fires when the mouse hovers over a color swatch or its label in the legend area of the chart.The
FacetValuethat the user is hovering over is provided. If the chart is amulti-axis chart, theFacetValuefor the hovered-over metric will also be provided.- Parameters:
 event- the event
 
 -