|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChartData | |
|---|---|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.ss.usermodel.charts | |
| org.apache.poi.xssf.usermodel | |
| org.apache.poi.xssf.usermodel.charts | |
| Uses of ChartData in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel with parameters of type ChartData | |
|---|---|
void |
Chart.plot(ChartData data,
ChartAxis... axis)
Plots specified data on the chart. |
| Uses of ChartData in org.apache.poi.ss.usermodel.charts |
|---|
| Subinterfaces of ChartData in org.apache.poi.ss.usermodel.charts | |
|---|---|
interface |
LineChartData
Data for a Line Chart |
interface |
ScatterChartData
Data for a Scatter Chart |
| Uses of ChartData in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel with parameters of type ChartData | |
|---|---|
void |
XSSFChart.plot(ChartData data,
ChartAxis... chartAxis)
|
| Uses of ChartData in org.apache.poi.xssf.usermodel.charts |
|---|
| Classes in org.apache.poi.xssf.usermodel.charts that implement ChartData | |
|---|---|
class |
XSSFLineChartData
Holds data for a XSSF Line Chart |
class |
XSSFScatterChartData
Represents DrawingML scatter charts. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||