Uses of Class
org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
-
Packages that use XSSFChartAxis Package Description org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.charts -
-
Uses of XSSFChartAxis in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFChartAxis Modifier and Type Method Description java.util.List<? extends XSSFChartAxis>
XSSFChart. getAxis()
Deprecated.useXDDFChart.getAxes()
instead -
Uses of XSSFChartAxis in org.apache.poi.xssf.usermodel.charts
Subclasses of XSSFChartAxis in org.apache.poi.xssf.usermodel.charts Modifier and Type Class Description class
XSSFCategoryAxis
Deprecated.useXDDFCategoryAxis
insteadclass
XSSFDateAxis
Deprecated.useXDDFDateAxis
insteadclass
XSSFValueAxis
Deprecated.useXDDFValueAxis
instead
-