Interface BeforeDatasetsDrawHook
-
public interface BeforeDatasetsDrawHookCalled before drawing the 'chart' datasets.
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonBeforeDatasetsDraw(IsChart chart)Called before drawing the 'chart' datasets.
-
-
-
Method Detail
-
onBeforeDatasetsDraw
boolean onBeforeDatasetsDraw(IsChart chart)
Called before drawing the 'chart' datasets.
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered.- Parameters:
chart- the chart instance.- Returns:
falseto cancel the chart datasets drawing.
-
-