Uses of Class
org.pepstock.charba.client.items.PluginScaleArgument
-
Packages that use PluginScaleArgument Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces. -
-
Uses of PluginScaleArgument in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type PluginScaleArgument Modifier and Type Method Description default void
Plugin. onAfterBuildTicks(IsChart chart, PluginScaleArgument argument)
Called after scale has build its ticks.
This hook is called separately for each scale in the chart.default void
Plugin. onAfterDataLimits(IsChart chart, PluginScaleArgument argument)
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart.default void
Plugin. onBeforeBuildTicks(IsChart chart, PluginScaleArgument argument)
Called before scale builds its ticks.
This hook is called separately for each scale in the chart.default void
Plugin. onBeforeDataLimits(IsChart chart, PluginScaleArgument argument)
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart.
-