AxisPositionType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class AxisPositionType extends System.Enum
Determines a position of axis.
Fields
Field | Description |
---|---|
Bottom | Specifies that the axis shall be displayed at the bottom of the plot area. |
Left | Specifies that the axis shall be displayed at the left of the plot area. |
Right | Specifies that the axis shall be displayed at the right of the plot area. |
Top | Specifies that the axis shall be displayed at the top of the plot area. |
Bottom
public static final int Bottom
Specifies that the axis shall be displayed at the bottom of the plot area.
Left
public static final int Left
Specifies that the axis shall be displayed at the left of the plot area.
Right
public static final int Right
Specifies that the axis shall be displayed at the right of the plot area.
Top
public static final int Top
Specifies that the axis shall be displayed at the top of the plot area.