Uses of Interface
org.pepstock.charba.client.geo.callbacks.MarginCallback
-
Packages that use MarginCallback Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js. -
-
Uses of MarginCallback in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return MarginCallback Modifier and Type Method Description MarginCallback
Legend. getMarginCallback()
Returns the callback to set the margin pixels such that it doesn't stick to the edge of the chart.Methods in org.pepstock.charba.client.geo with parameters of type MarginCallback Modifier and Type Method Description void
Legend. setMargin(MarginCallback marginCallback)
Sets the margin pixels such that it doesn't stick to the edge of the chart.
-