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