Uses of Class
org.apache.poi.xddf.usermodel.chart.ChartTypes
-
Packages that use ChartTypes Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of ChartTypes in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return ChartTypes Modifier and Type Method Description static ChartTypes
ChartTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChartTypes[]
ChartTypes. 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 ChartTypes Modifier and Type Method Description XDDFChartData
XDDFChart. createData(ChartTypes type, XDDFChartAxis category, XDDFValueAxis values)
-