Interface AfterBuildTicksHook
-
public interface AfterBuildTicksHook
Called after scale has build its ticks.
This hook is called separately for each scale in the chart.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterBuildTicks(IsChart chart, PluginScaleArgument argument)
Called after scale has build its ticks.
This hook is called separately for each scale in the chart.
-
-
-
Method Detail
-
onAfterBuildTicks
void onAfterBuildTicks(IsChart chart, PluginScaleArgument argument)
Called after scale has build its ticks.
This hook is called separately for each scale in the chart.- Parameters:
chart
- the chart instance.argument
- argument of method which contains the scale instance.
-
-