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 |
---|---|---|
java.util.List<? extends ChartAxis> |
Chart.getAxis() |
Modifier and Type | Method | Description |
---|---|---|
void |
Chart.plot(ChartData data,
ChartAxis... axis) |
Plots specified data on the chart.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ValueAxis |
Modifier and Type | Method | Description |
---|---|---|
ChartAxis |
ChartAxisFactory.createCategoryAxis(AxisPosition pos) |
Modifier and Type | Method | Description |
---|---|---|
void |
ChartAxis.crossAxis(ChartAxis axis) |
Declare this axis cross another axis.
|
void |
ChartData.fillChart(Chart chart,
ChartAxis... axis) |
Fills a charts with data specified by implementation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFChart.plot(ChartData data,
ChartAxis... axis) |
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFCategoryAxis |
Category axis type.
|
class |
XSSFChartAxis |
Base class for all axis types.
|
class |
XSSFValueAxis |
Value axis type.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFCategoryAxis.crossAxis(ChartAxis axis) |
|
void |
XSSFValueAxis.crossAxis(ChartAxis axis) |
|
void |
XSSFLineChartData.fillChart(Chart chart,
ChartAxis... axis) |
|
void |
XSSFScatterChartData.fillChart(Chart chart,
ChartAxis... axis) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.