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 XDDFValueAxisXDDFChart. createValueAxis(AxisPosition pos)Methods in org.apache.poi.xddf.usermodel.chart that return types with arguments of type XDDFValueAxis Modifier and Type Method Description List<XDDFValueAxis>XDDFChartData. getValueAxes()Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XDDFValueAxis Modifier and Type Method Description XDDFChartDataXDDFChart. createData(ChartTypes type, XDDFChartAxis category, XDDFValueAxis values)this method will return specified chart data with category and series valuesConstructors in org.apache.poi.xddf.usermodel.chart with parameters of type XDDFValueAxis Constructor Description XDDFBubbleChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTBubbleChart chart, XDDFChartAxis category, XDDFValueAxis values)
-