Uses of Class
org.apache.poi.xddf.usermodel.chart.BarGrouping
-
Packages that use BarGrouping Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of BarGrouping in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return BarGrouping Modifier and Type Method Description BarGrouping
XDDFBarChartData. getBarGrouping()
static BarGrouping
BarGrouping. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BarGrouping[]
BarGrouping. 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 BarGrouping Modifier and Type Method Description void
XDDFBarChartData. setBarGrouping(BarGrouping grouping)
-