Uses of Class
org.pepstock.charba.client.events.AxisClickEvent
-
Packages that use AxisClickEvent Package Description org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of AxisClickEvent in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events with parameters of type AxisClickEvent Modifier and Type Method Description void
AxisClickEventHandler. onClick(AxisClickEvent event)
Invoked when the user clicks on the chart axis.
-