|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<chartbaseunittype>
com.spire.presentation.charts.chartbaseunittype
public 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 |
---|
public static final chartbaseunittype days
public static final chartbaseunittype months
public static final chartbaseunittype years
public static final chartbaseunittype auto
method detail |
---|
public java.lang.string getname()
public int getvalue()
public static chartbaseunittype getchartbaseunittypefromvalue(int value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |