| Package | Description | 
|---|---|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.ss.usermodel.charts | |
| org.apache.poi.xssf.usermodel | |
| org.apache.poi.xssf.usermodel.charts | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<? extends ChartAxis> | Chart. getAxis()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Chart. plot(ChartData data,
    ChartAxis... axis)Deprecated.  Plots specified data on the chart. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ValueAxisDeprecated. 
 use XDDFValueAxis instead | 
| Modifier and Type | Method and Description | 
|---|---|
| ChartAxis | ChartAxisFactory. createCategoryAxis(AxisPosition pos)Deprecated.  | 
| ChartAxis | ChartAxisFactory. createDateAxis(AxisPosition pos)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ChartAxis. crossAxis(ChartAxis axis)Deprecated.  Declare this axis cross another axis. | 
| void | ChartData. fillChart(Chart chart,
         ChartAxis... axis)Deprecated.  Fills a charts with data specified by implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XSSFChart. plot(ChartData data,
    ChartAxis... chartAxis)Deprecated.  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XSSFCategoryAxisDeprecated. 
 use  XDDFCategoryAxisinstead | 
| class  | XSSFChartAxisDeprecated. 
 use  XDDFChartAxisinstead | 
| class  | XSSFDateAxisDeprecated. 
 use  XDDFDateAxisinstead | 
| class  | XSSFValueAxisDeprecated. 
 use  XDDFValueAxisinstead | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XSSFValueAxis. crossAxis(ChartAxis axis)Deprecated.  | 
| void | XSSFCategoryAxis. crossAxis(ChartAxis axis)Deprecated.  | 
| void | XSSFDateAxis. crossAxis(ChartAxis axis)Deprecated.  | 
| void | XSSFScatterChartData. fillChart(Chart chart,
         ChartAxis... axis)Deprecated.  | 
| void | XSSFLineChartData. fillChart(Chart chart,
         ChartAxis... axis)Deprecated.  | 
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.