Uses of Interface
org.pepstock.charba.client.geo.callbacks.AlignCallback
-
Packages that use AlignCallback Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js. -
-
Uses of AlignCallback in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return AlignCallback Modifier and Type Method Description AlignCallback
Legend. getAlignCallback()
Returns the callback to set the alignment of the legend on the chart area.Methods in org.pepstock.charba.client.geo with parameters of type AlignCallback Modifier and Type Method Description void
Legend. setAlign(AlignCallback alignCallback)
Sets the alignment of the legend on the chart area.
-