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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-