Package | Description |
---|---|
org.apache.poi.xddf.usermodel.chart |
Modifier and Type | Method and Description |
---|---|
AxisPosition |
XDDFChartAxis.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 |
---|---|
XDDFCategoryAxis |
XDDFChart.createCategoryAxis(AxisPosition pos) |
XDDFDateAxis |
XDDFChart.createDateAxis(AxisPosition pos) |
XDDFSeriesAxis |
XDDFChart.createSeriesAxis(AxisPosition pos)
this method will return series axis with specified position
|
XDDFValueAxis |
XDDFChart.createValueAxis(AxisPosition pos) |
void |
XDDFChartAxis.setPosition(AxisPosition position) |
Constructor and Description |
---|
XDDFCategoryAxis(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea,
AxisPosition position) |
XDDFDateAxis(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea,
AxisPosition position) |
XDDFSeriesAxis(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea,
AxisPosition position) |
XDDFValueAxis(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea plotArea,
AxisPosition position) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.