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 |
|
interface |
ScatterChartData |
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFChart.plot(ChartData data,
ChartAxis... axis) |
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFLineChartData |
|
class |
XSSFScatterChartData |
Represents DrawingML scatter charts.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.