| 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 | Description |
|---|---|---|
void |
Chart.plot(ChartData data,
ChartAxis... axis) |
Plots specified data on the chart.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
LineChartData |
Data for a Line Chart
|
interface |
ScatterChartData |
Data for a Scatter Chart
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
XSSFChart.plot(ChartData data,
ChartAxis... axis) |
| Modifier and Type | Class | 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.