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