Uses of Class
org.apache.poi.xddf.usermodel.chart.ErrorDirection
-
Packages that use ErrorDirection Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of ErrorDirection in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return ErrorDirection Modifier and Type Method Description ErrorDirectionXDDFErrorBars. getErrorDirection()static ErrorDirectionErrorDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorDirection[]ErrorDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type ErrorDirection Modifier and Type Method Description voidXDDFErrorBars. setErrorDirection(ErrorDirection direction)
-