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