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 class
XDDFBarChartData
class
XDDFLineChartData
class
XDDFPieChartData
class
XDDFRadarChartData
class
XDDFScatterChartData
Methods in org.apache.poi.xddf.usermodel.chart that return XDDFChartData Modifier and Type Method Description XDDFChartData
XDDFChart. 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 void
XDDFChart. plot(XDDFChartData data)
-