Interface AfterDatasetsDrawHook
-
public interface AfterDatasetsDrawHookCalled 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 voidonAfterDatasetsDraw(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.
-
-