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 ChartTypesChartTypes. valueOf(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 XDDFChartDataXDDFChart. createData(ChartTypes type, XDDFChartAxis category, XDDFValueAxis values)this method will return specified chart data with category and series values
-