public final class TickLabelPositionType
extends com.aspose.ms.System.Enum
Represents the position type of tick-mark labels on the specified axis.
Modifier and Type | Field and Description |
---|---|
static int |
High
Specifies the axis labels shall be at the high end of the perpendicular axis.
|
static int |
Low
Specifies the axis labels shall be at the low end of the perpendicular axis.
|
static int |
NextTo
Specifies the axis labels shall be next to the axis.
|
static int |
None
Specifies the axis labels are not drawn.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int High
Specifies the axis labels shall be at the high end of the perpendicular axis.
public static final int Low
Specifies the axis labels shall be at the low end of the perpendicular axis.
public static final int NextTo
Specifies the axis labels shall be next to the axis.
public static final int None
Specifies the axis labels are not drawn.