Interface DataLabelHoverHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidFires when the mouse hovers over a data label, that is, a text label showing values from the first facet. 
- 
Method Details
- 
onDataLabelHover
Fires 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:
 event- the event
 
 -