Uses of Class
org.apache.poi.xddf.usermodel.chart.XDDFChartData
-
Packages that use XDDFChartData Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of XDDFChartData in org.apache.poi.xddf.usermodel.chart
Subclasses of XDDFChartData in org.apache.poi.xddf.usermodel.chart Modifier and Type Class Description classXDDFBarChartDataclassXDDFLineChartDataclassXDDFPieChartDataclassXDDFRadarChartDataclassXDDFScatterChartDataMethods in org.apache.poi.xddf.usermodel.chart that return XDDFChartData Modifier and Type Method Description XDDFChartDataXDDFChart. createData(ChartTypes type, XDDFChartAxis category, XDDFValueAxis values)Methods in org.apache.poi.xddf.usermodel.chart that return types with arguments of type XDDFChartData Modifier and Type Method Description java.util.List<XDDFChartData>XDDFChart. getChartSeries()Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XDDFChartData Modifier and Type Method Description voidXDDFChart. plot(XDDFChartData data)
-