Uses of Class
org.apache.poi.xddf.usermodel.chart.ErrorValueType
-
Packages that use ErrorValueType Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of ErrorValueType in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return ErrorValueType Modifier and Type Method Description ErrorValueTypeXDDFErrorBars. getErrorValueType()static ErrorValueTypeErrorValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorValueType[]ErrorValueType. 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 ErrorValueType Modifier and Type Method Description voidXDDFErrorBars. setErrorValueType(ErrorValueType valueType)
-