|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisOrientation | |
---|---|
org.apache.poi.ss.usermodel.charts |
Uses of AxisOrientation in org.apache.poi.ss.usermodel.charts |
---|
Fields in org.apache.poi.ss.usermodel.charts declared as AxisOrientation | |
---|---|
static AxisOrientation |
AxisOrientation.MAX_MIN
Specifies that the values on the axis shall be reversed so they go from maximum to minimum. |
static AxisOrientation |
AxisOrientation.MIN_MAX
Specifies that the axis values shall be in the usual order, minimum to maximum. |
Methods in org.apache.poi.ss.usermodel.charts that return AxisOrientation | |
---|---|
AxisOrientation |
ChartAxis.getOrientation()
|
Methods in org.apache.poi.ss.usermodel.charts with parameters of type AxisOrientation | |
---|---|
void |
ChartAxis.setOrientation(AxisOrientation orientation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |