|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AxisPositionType>
com.spire.presentation.charts.AxisPositionType
public enum AxisPositionType
Indicates a position of axis.
Enum Constant Summary | |
---|---|
BOTTOM
Indicates the axis displayed at the bottom of the plot area. |
|
LEFT
Indicates the axis displayed at the left of the plot area. |
|
RIGHT
Indicates the axis displayed at the right of the plot area. |
|
TOP
Indicates the axis displayed at the top of the plot area. |
Method Summary | |
---|---|
static AxisPositionType |
getAxisPositionTypeFromValue(long value)
Get AxisPositionType from value |
java.lang.String |
getName()
Get the name |
int |
getValue()
Get the value |
Enum Constant Detail |
---|
public static final AxisPositionType BOTTOM
public static final AxisPositionType LEFT
public static final AxisPositionType RIGHT
public static final AxisPositionType TOP
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static AxisPositionType getAxisPositionTypeFromValue(long value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |