Uses of Class
org.pepstock.charba.client.geo.enums.Position
-
Packages that use Position Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.geo.enums Contains all enumerations to configure the GEO controllers. -
-
Uses of Position in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return Position Modifier and Type Method Description Position
Legend. getPosition()
Returns the location of the legend on the chart area.Methods in org.pepstock.charba.client.geo with parameters of type Position Modifier and Type Method Description void
Legend. setPosition(Position position)
Sets the location of the legend on the chart area. -
Uses of Position in org.pepstock.charba.client.geo.enums
Methods in org.pepstock.charba.client.geo.enums that return Position Modifier and Type Method Description static Position
Position. valueOf(String name)
Returns the enum constant of this type with the specified name.static Position[]
Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-