Uses of Interface
org.pepstock.charba.client.geo.callbacks.PositionCallback
-
Packages that use PositionCallback Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js. -
-
Uses of PositionCallback in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return PositionCallback Modifier and Type Method Description PositionCallbackLegend. getPositionCallback()Returns the callback to set the location of the legend on the chart area.Methods in org.pepstock.charba.client.geo with parameters of type PositionCallback Modifier and Type Method Description voidLegend. setPosition(PositionCallback positionCallback)Sets the location of the legend on the chart area.
-