Uses of Enum Class
org.apache.poi.xddf.usermodel.chart.ChartTypes
Packages that use ChartTypes
-
Uses of ChartTypes in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return ChartTypesModifier and TypeMethodDescriptionstatic ChartTypesReturns the enum constant of this class with the specified name.static ChartTypes[]ChartTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type ChartTypesModifier and TypeMethodDescriptionXDDFChart.createData(ChartTypes type, XDDFChartAxis category, XDDFValueAxis values)