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

FieldDescription
BottomSpecifies that the axis shall be displayed at the bottom of the plot area.
LeftSpecifies that the axis shall be displayed at the left of the plot area.
RightSpecifies that the axis shall be displayed at the right of the plot area.
TopSpecifies 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.

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.