Interface AfterDatasetUpdateHook
-
public interface AfterDatasetUpdateHook
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterDatasetUpdate(IsChart chart, PluginDatasetArgument item)
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.
-
-
-
Method Detail
-
onAfterDatasetUpdate
void onAfterDatasetUpdate(IsChart chart, PluginDatasetArgument item)
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.- Parameters:
chart
- the chart instance.item
- the dataset item.
-
-