Uses of Class
org.pepstock.charba.client.events.LegendLeaveEvent
-
Packages that use LegendLeaveEvent Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of LegendLeaveEvent in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type LegendLeaveEvent Modifier and Type Method Description void
Defaults. invokeLegendOnLeave(LegendLeaveEvent event)
Invokes theonLeave
legend function provided out of the box by CHART.JS. -
Uses of LegendLeaveEvent in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events with parameters of type LegendLeaveEvent Modifier and Type Method Description void
LegendLeaveEventHandler. onLeave(LegendLeaveEvent event)
Invoked when the user leaves on the chart legend.
-