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
Field | Description |
---|---|
High | Specifies the axis labels shall be at the high end of the perpendicular axis. |
Low | Specifies the axis labels shall be at the low end of the perpendicular axis. |
NextTo | Specifies the axis labels shall be next to the axis. |
None | Specifies 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.