| 
 | |||||||||
| 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 | |
|---|---|
| BILLIONSDisplay unit is Billions. | |
| HUNDRED_MILLIONSDisplay unit is Hundred Millions. | |
| HUNDRED_THOUSANDSDisplay unit is Hundred Thousands. | |
| HUNDREDSDisplay unit is Hundreds. | |
| MILLIONSDisplay unit is Millions. | |
| NONERepresents None display Unit | |
| TEN_MILLIONSDisplay unit is Ten Millions. | |
| TEN_THOUSANDSDisplay unit is Ten Thousands. | |
| THOUSANDSDisplay unit is Thousands. | |
| TRILLIONSDisplay 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 | ||||||||