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 LocationReturns 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 TypeMethodDescriptionvoidAxis.setNameLocation(Location nameLocation) Set the location of the name.voidLineChart.setStepped(Location location) Set whether the points should connected as steps or not.