com.aspose.words
Class AxisTickLabelPosition

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

public class AxisTickLabelPosition 
extends java.lang.Object

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

Field Summary
static final intHIGH = 0
           Specifies the axis labels shall be at the high end of the perpendicular axis.
static final intLOW = 1
           Specifies the axis labels shall be at the low end of the perpendicular axis.
static final intNEXT_TO_AXIS = 2
           Specifies the axis labels shall be next to the axis.
static final intNONE = 3
           Specifies the axis labels are not drawn.
static final intDEFAULT = 2
           Specifies default value of tick labels position.
 

Field Detail

HIGH = 0

public static final int HIGH
Specifies the axis labels shall be at the high end of the perpendicular axis.

LOW = 1

public static final int LOW
Specifies the axis labels shall be at the low end of the perpendicular axis.

NEXT_TO_AXIS = 2

public static final int NEXT_TO_AXIS
Specifies the axis labels shall be next to the axis.

NONE = 3

public static final int NONE
Specifies the axis labels are not drawn.

DEFAULT = 2

public static final int DEFAULT
Specifies default value of tick labels position.

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