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