| Package | Description |
|---|---|
| org.apache.poi.ss.usermodel.charts | |
| org.apache.poi.xssf.usermodel | |
| org.apache.poi.xssf.usermodel.charts |
| Modifier and Type | Method and Description |
|---|---|
AxisPosition |
ChartAxis.getPosition() |
static AxisPosition |
AxisPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisPosition[] |
AxisPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChartAxis |
ChartAxisFactory.createCategoryAxis(AxisPosition pos) |
ChartAxis |
ChartAxisFactory.createDateAxis(AxisPosition pos) |
ValueAxis |
ChartAxisFactory.createValueAxis(AxisPosition pos) |
void |
ChartAxis.setPosition(AxisPosition position) |
| Modifier and Type | Method and Description |
|---|---|
XSSFCategoryAxis |
XSSFChart.createCategoryAxis(AxisPosition pos) |
XSSFDateAxis |
XSSFChart.createDateAxis(AxisPosition pos) |
XSSFValueAxis |
XSSFChart.createValueAxis(AxisPosition pos) |
| Modifier and Type | Method and Description |
|---|---|
AxisPosition |
XSSFChartAxis.getPosition() |
| Modifier and Type | Method and Description |
|---|---|
void |
XSSFChartAxis.setPosition(AxisPosition position) |
| Constructor and Description |
|---|
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos) |
XSSFDateAxis(XSSFChart chart,
long id,
AxisPosition pos) |
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.