public final class AxisPositionType
extends com.aspose.ms.System.Enum
Determines a position of axis.
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Specifies that the axis shall be displayed at the bottom of the plot area.
|
static int |
Left
Specifies that the axis shall be displayed at the left of the plot area.
|
static int |
Right
Specifies that the axis shall be displayed at the right of the plot area.
|
static int |
Top
Specifies that the axis shall be displayed at the top of the plot area.
|
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 Bottom
Specifies that the axis shall be displayed at the bottom of the plot area.
public static final int Left
Specifies that the axis shall be displayed at the left of the plot area.
public static final int Right
Specifies that the axis shall be displayed at the right of the plot area.
public static final int Top
Specifies that the axis shall be displayed at the top of the plot area.