java.lang.Object
com.aspose.words.AxisTickLabelPosition
public class AxisTickLabelPosition
| Field Summary | ||
|---|---|---|
static final int | HIGH | |
| Specifies the axis labels shall be at the high end of the perpendicular axis. | ||
static final int | LOW | |
| Specifies the axis labels shall be at the low end of the perpendicular axis. | ||
static final int | NEXT_TO_AXIS | |
| Specifies the axis labels shall be next to the axis. | ||
static final int | NONE | |
| Specifies the axis labels are not drawn. | ||
static final int | DEFAULT | |
| Specifies default value of tick labels position. | ||
| Field Detail |
|---|
HIGH = 0 | |
public static final int HIGH | |
LOW = 1 | |
public static final int LOW | |
NEXT_TO_AXIS = 2 | |
public static final int NEXT_TO_AXIS | |
NONE = 3 | |
public static final int NONE | |
DEFAULT = 2 | |
public static final int DEFAULT | |