chartbaseunittype-ag凯发旗舰厅



com.spire.presentation.charts
enum chartbaseunittype

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

public enum chartbaseunittype
extends java.lang.enum<chartbaseunittype>

represents the base unit for the category axis


enum constant summary
auto
          represents auto base unit.
days
          represents day base unit.
months
          represents month base unit.
years
          represents year base unit.
 
method summary
static chartbaseunittype getchartbaseunittypefromvalue(int value)
          get chartbaseunittype from value
 java.lang.string getname()
          get the name
 int getvalue()
          get the value
 
enum constant detail

days

public static final chartbaseunittype days
represents day base unit.

months

public static final chartbaseunittype months
represents month base unit.

years

public static final chartbaseunittype years
represents year base unit.

auto

public static final chartbaseunittype auto
represents auto base unit.
method detail

getname

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

getvalue

public int getvalue()
get the value
returns:

getchartbaseunittypefromvalue

public static chartbaseunittype getchartbaseunittypefromvalue(int value)
get chartbaseunittype from value
parameters:
value -
returns:


网站地图