com.aspose.words
Class AxisTickMark

java.lang.Object
    extended by com.aspose.words.AxisTickMark

public class AxisTickMark 
extends java.lang.Object

Utility class containing constants. Specifies the possible positions for tick marks.

Field Summary
static final intCROSS = 0
           Specifies that the tick marks shall cross the axis.
static final intINSIDE = 1
           Specifies that the tick marks shall be inside the plot area.
static final intOUTSIDE = 2
           Specifies that the tick marks shall be outside the plot area.
static final intNONE = 3
           Specifies that there shall be no tick marks.
 

Field Detail

CROSS = 0

public static final int CROSS
Specifies that the tick marks shall cross the axis.

INSIDE = 1

public static final int INSIDE
Specifies that the tick marks shall be inside the plot area.

OUTSIDE = 2

public static final int OUTSIDE
Specifies that the tick marks shall be outside the plot area.

NONE = 3

public static final int NONE
Specifies that there shall be no tick marks.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.