Uses of Class
org.apache.poi.xssf.usermodel.charts.XSSFChartAxis

Packages that use XSSFChartAxis
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
 java.util.List<? extends XSSFChartAxis> XSSFChart.getAxis()
           
 

Uses of XSSFChartAxis in org.apache.poi.xssf.usermodel.charts
 

Subclasses of XSSFChartAxis in org.apache.poi.xssf.usermodel.charts
 class XSSFCategoryAxis
          Category axis type.
 class XSSFDateAxis
          Date axis type.
 class XSSFValueAxis
          Value axis type.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.