axispositiontype-ag凯发旗舰厅



com.spire.presentation.charts
enum axispositiontype

java.lang.object
  extended by java.lang.enum<axispositiontype>
      extended by com.spire.presentation.charts.axispositiontype
all implemented interfaces:
java.lang.comparable<axispositiontype>

public enum axispositiontype
extends java.lang.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

bottom

public static final axispositiontype bottom
indicates the axis displayed at the bottom of the plot area.

left

public static final axispositiontype left
indicates the axis displayed at the left of the plot area.

right

public static final axispositiontype right
indicates the axis displayed at the right of the plot area.

top

public static final axispositiontype top
indicates the axis displayed at the top of the plot area.
method detail

getname

public java.lang.string getname()
get the name
returns:

getvalue

public int getvalue()
get the value
returns:

getaxispositiontypefromvalue

public static axispositiontype getaxispositiontypefromvalue(long value)
get axispositiontype from value
parameters:
value -
returns:


网站地图