|
|||||||||
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 |