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 |
---|---|
void |
Chart.plot(ChartData data,
ChartAxis... axis)
Deprecated.
Plots specified data on the chart.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LineChartData
Deprecated.
use XDDFLineChartData instead
|
interface |
ScatterChartData
Deprecated.
use XDDFScatterChartData instead
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFChart.plot(ChartData data,
ChartAxis... chartAxis)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFLineChartData
Deprecated.
use
XDDFLineChartData instead |
class |
XSSFScatterChartData
Deprecated.
use
XDDFScatterChartData instead |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.