|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.usermodel.charts.AxisCrosses
public class AxisCrosses
Specifies the possible crossing points for an axis.
Field Summary | |
---|---|
static AxisCrosses |
AUTO_ZERO
The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero). |
static AxisCrosses |
MAX
Axis crosses at the minimum value of the chart. |
static AxisCrosses |
MIN
The axis crosses at the maximum value. |
Constructor Summary | |
---|---|
AxisCrosses()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AxisCrosses AUTO_ZERO
public static final AxisCrosses MIN
public static final AxisCrosses MAX
Constructor Detail |
---|
public AxisCrosses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |