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 |
ValueAxis
Deprecated.
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 |
XSSFCategoryAxis
Deprecated.
use
XDDFCategoryAxis instead |
class |
XSSFChartAxis
Deprecated.
use
XDDFChartAxis instead |
class |
XSSFDateAxis
Deprecated.
use
XDDFDateAxis instead |
class |
XSSFValueAxis
Deprecated.
use
XDDFValueAxis instead |
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.