Package | Description |
---|---|
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts |
Modifier and Type | Method | 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 | Description |
---|---|---|
ChartAxis |
ChartAxisFactory.createCategoryAxis(AxisPosition pos) |
|
ValueAxis |
ChartAxisFactory.createValueAxis(AxisPosition pos) |
|
void |
ChartAxis.setPosition(AxisPosition position) |
Modifier and Type | Method | Description |
---|---|---|
XSSFCategoryAxis |
XSSFChart.createCategoryAxis(AxisPosition pos) |
|
XSSFValueAxis |
XSSFChart.createValueAxis(AxisPosition pos) |
Modifier and Type | Method | Description |
---|---|---|
AxisPosition |
XSSFChartAxis.getPosition() |
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFChartAxis.setPosition(AxisPosition position) |
Constructor | Description |
---|---|
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos) |
|
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.