java.lang.Objectcom.aspose.words.AxisCrosses
public class AxisCrosses
Field Summary | ||
---|---|---|
static final int | AUTOMATIC | |
The category axis crosses at the zero point of the value axis (if possible), or at the minimum value if the minimum is greater than zero, or at the maximum if the maximum is less than zero. | ||
static final int | MAXIMUM | |
A perpendicular axis crosses at the maximum value of the axis. | ||
static final int | MINIMUM | |
A perpendicular axis crosses at the minimum value of the axis. | ||
static final int | CUSTOM | |
A perpendicular axis crosses at the specified value of the axis. |
Field Detail |
---|
AUTOMATIC = 0 | |
public static final int AUTOMATIC |
MAXIMUM = 1 | |
public static final int MAXIMUM |
MINIMUM = 2 | |
public static final int MINIMUM |
CUSTOM = 3 | |
public static final int CUSTOM |