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