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 BarGroupingXDDFBar3DChartData. getBarGrouping()BarGroupingXDDFBarChartData. getBarGrouping()static BarGroupingBarGrouping. valueOf(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 voidXDDFBar3DChartData. setBarGrouping(BarGrouping grouping)voidXDDFBarChartData. setBarGrouping(BarGrouping grouping)
-