Uses of Class
org.apache.poi.xddf.usermodel.chart.ErrorBarType
-
Packages that use ErrorBarType Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of ErrorBarType in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return ErrorBarType Modifier and Type Method Description ErrorBarTypeXDDFErrorBars. getErrorBarType()static ErrorBarTypeErrorBarType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorBarType[]ErrorBarType. 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 ErrorBarType Modifier and Type Method Description voidXDDFErrorBars. setErrorBarType(ErrorBarType barType)
-