| 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)
Plots specified data on the chart.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LineChartData
Data for a Line Chart
|
interface |
ScatterChartData
Data for a Scatter Chart
|
| Modifier and Type | Method and Description |
|---|---|
void |
XSSFChart.plot(ChartData data,
ChartAxis... chartAxis) |
| Modifier and Type | Class and Description |
|---|---|
class |
XSSFLineChartData
Holds data for a XSSF Line Chart
|
class |
XSSFScatterChartData
Represents DrawingML scatter charts.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.