java.lang.Objectcom.aspose.words.AxisTickMark
public class AxisTickMark
Field Summary | ||
---|---|---|
static final int | CROSS | |
Specifies that the tick marks shall cross the axis. | ||
static final int | INSIDE | |
Specifies that the tick marks shall be inside the plot area. | ||
static final int | OUTSIDE | |
Specifies that the tick marks shall be outside the plot area. | ||
static final int | NONE | |
Specifies that there shall be no tick marks. |
Field Detail |
---|
CROSS = 0 | |
public static final int CROSS |
INSIDE = 1 | |
public static final int INSIDE |
OUTSIDE = 2 | |
public static final int OUTSIDE |
NONE = 3 | |
public static final int NONE |