Interface AfterDatasetsDrawHook


  • public interface AfterDatasetsDrawHook
    Called after the 'chart' datasets have been drawn.
    Note that this hook will not be called if the datasets drawing has been previously cancelled.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onAfterDatasetsDraw

        void onAfterDatasetsDraw​(IsChart chart)
        Called after the 'chart' datasets have been drawn.
        Note that this hook will not be called if the datasets drawing has been previously cancelled.
        Parameters:
        chart - the chart instance.