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 |
---|---|
java.util.List<? extends ChartAxis> |
Chart.getAxis() |
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 |
ValueAxis |
Modifier and Type | Method and Description |
---|---|
ChartAxis |
ChartAxisFactory.createCategoryAxis(AxisPosition pos) |
ChartAxis |
ChartAxisFactory.createDateAxis(AxisPosition pos) |
Modifier and Type | Method and 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 and Description |
---|---|
void |
XSSFChart.plot(ChartData data,
ChartAxis... chartAxis) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFCategoryAxis
Category axis type.
|
class |
XSSFChartAxis
Base class for all axis types.
|
class |
XSSFDateAxis
Date axis type.
|
class |
XSSFValueAxis
Value axis type.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFValueAxis.crossAxis(ChartAxis axis) |
void |
XSSFDateAxis.crossAxis(ChartAxis axis) |
void |
XSSFCategoryAxis.crossAxis(ChartAxis axis) |
void |
XSSFScatterChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFLineChartData.fillChart(Chart chart,
ChartAxis... axis) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.