Interface BeforeBuildTicksHook


  • public interface BeforeBuildTicksHook
    Called before scale builds its ticks.
    This hook is called separately for each scale in the chart.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onBeforeBuildTicks

        void onBeforeBuildTicks​(IsChart chart,
                                PluginScaleArgument argument)
        Called before scale builds 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.