java.lang.Object
com.aspose.cells.TickLabelPositionType
public class TickLabelPositionType
| Field Summary | ||
|---|---|---|
static final int | HIGH | |
| Position type is high. | ||
static final int | LOW | |
| Position type is low. | ||
static final int | NEXT_TO_AXIS | |
| Position type is next to axis. | ||
static final int | NONE | |
| Position type is none. | ||
| Field Detail |
|---|
HIGH | |
public static final int HIGH | |
LOW | |
public static final int LOW | |
NEXT_TO_AXIS | |
public static final int NEXT_TO_AXIS | |
NONE | |
public static final int NONE | |