Interface DisplayCallback<C extends ChartContext>
-
- Type Parameters:
C
- type of context to pass to the callback.
- All Superinterfaces:
Scriptable<Boolean,C>
public interface DisplayCallback<C extends ChartContext> extends Scriptable<Boolean,C>
Callback interface to setdisplay
property at runtime.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
-
Methods inherited from interface org.pepstock.charba.client.callbacks.Scriptable
invoke
-
-