Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterDataLimitsHook
-
Packages that use AfterDataLimitsHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterDataLimitsHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterDataLimitsHook Modifier and Type Method Description AfterDataLimitsHook
SmartPlugin. getAfterDataLimitsHook()
Returns the user hook for 'afterDataLimits' plugin.
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart.Methods in org.pepstock.charba.client.plugins with parameters of type AfterDataLimitsHook Modifier and Type Method Description void
SmartPlugin. setAfterDataLimitsHook(AfterDataLimitsHook afterDataLimitsHook)
Sets the user hook for 'afterDataLimits' plugin.
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart.
-