Uses of Class
org.pepstock.charba.client.geo.PositionPoint
-
Packages that use PositionPoint Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js. -
-
Uses of PositionPoint in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return PositionPoint Modifier and Type Method Description PositionPoint
Legend. getPositionAsPoint()
Returns the location of the legend on the chart area.Methods in org.pepstock.charba.client.geo with parameters of type PositionPoint Modifier and Type Method Description void
Legend. setPosition(PositionPoint position)
Sets the location of the legend on the chart area.
-