Uses of Enum Class
com.storedobject.chart.Location
Packages that use Location
-
Uses of Location in com.storedobject.chart
Methods in com.storedobject.chart that return LocationModifier and TypeMethodDescriptionAxis.getNameLocation()
Get the location of the name.static Location
Returns the enum constant of this class with the specified name.static Location[]
Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type LocationModifier and TypeMethodDescriptionvoid
Axis.setNameLocation
(Location nameLocation) Set the location of the name.void
LineChart.setStepped
(Location location) Set whether the points should connected as steps or not.