|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChartDisplayUnitType>
com.spire.presentation.charts.ChartDisplayUnitType
public enum ChartDisplayUnitType
Indicates multiplicity of the displayed data.
Enum Constant Summary | |
---|---|
BILLIONS
Display unit is Billions. |
|
HUNDRED_MILLIONS
Display unit is Hundred Millions. |
|
HUNDRED_THOUSANDS
Display unit is Hundred Thousands. |
|
HUNDREDS
Display unit is Hundreds. |
|
MILLIONS
Display unit is Millions. |
|
NONE
Represents None display Unit |
|
TEN_MILLIONS
Display unit is Ten Millions. |
|
TEN_THOUSANDS
Display unit is Ten Thousands. |
|
THOUSANDS
Display unit is Thousands. |
|
TRILLIONS
Display unit is Trillions. |
Method Summary | |
---|---|
static ChartDisplayUnitType |
getChartDisplayUnitTypeFromValue(long value)
Get ChartDisplayUnitType from value |
java.lang.String |
getName()
Get the name |
int |
getValue()
Get the value |
Enum Constant Detail |
---|
public static final ChartDisplayUnitType NONE
public static final ChartDisplayUnitType HUNDREDS
public static final ChartDisplayUnitType THOUSANDS
public static final ChartDisplayUnitType TEN_THOUSANDS
public static final ChartDisplayUnitType HUNDRED_THOUSANDS
public static final ChartDisplayUnitType MILLIONS
public static final ChartDisplayUnitType TEN_MILLIONS
public static final ChartDisplayUnitType HUNDRED_MILLIONS
public static final ChartDisplayUnitType BILLIONS
public static final ChartDisplayUnitType TRILLIONS
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static ChartDisplayUnitType getChartDisplayUnitTypeFromValue(long value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |