TickLabelPositionType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TickLabelPositionType extends System.Enum

Represents the position type of tick-mark labels on the specified axis.

Fields

FieldDescription
HighSpecifies the axis labels shall be at the high end of the perpendicular axis.
LowSpecifies the axis labels shall be at the low end of the perpendicular axis.
NextToSpecifies the axis labels shall be next to the axis.
NoneSpecifies the axis labels are not drawn.

High

public static final int High

Specifies the axis labels shall be at the high end of the perpendicular axis.

Low

public static final int Low

Specifies the axis labels shall be at the low end of the perpendicular axis.

NextTo

public static final int NextTo

Specifies the axis labels shall be next to the axis.

None

public static final int None

Specifies the axis labels are not drawn.