public final class AxisBuiltInUnit
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BILLIONS
Specifies the values on the chart shall be divided by 1,000,000,000.
|
static int |
CUSTOM
Specifies the values on the chart shall be divided by a user-defined divisor.
|
static int |
HUNDRED_MILLIONS
Specifies the values on the chart shall be divided by 100,000,000.
|
static int |
HUNDRED_THOUSANDS
Specifies the values on the chart shall be divided by 100,000.
|
static int |
HUNDREDS
Specifies the values on the chart shall be divided by 100.
|
static int |
length |
static int |
MILLIONS
Specifies the values on the chart shall be divided by 1,000,000.
|
static int |
NONE
Specifies the values on the chart shall displayed as is.
|
static int |
PERCENTAGE
Specifies the values on the chart shall be divided by 0.01.
|
static int |
TEN_MILLIONS
Specifies the values on the chart shall be divided by 10,000,000.
|
static int |
TEN_THOUSANDS
Specifies the values on the chart shall be divided by 10,000.
|
static int |
THOUSANDS
Specifies the values on the chart shall be divided by 1,000.
|
static int |
TRILLIONS
Specifies the values on the chart shall be divided by 1,000,000,000,0000.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String axisBuiltInUnitName) |
static java.lang.String |
getName(int axisBuiltInUnit) |
static int[] |
getValues() |
static java.lang.String |
toString(int axisBuiltInUnit) |
public static final int NONE
public static final int CUSTOM
public static final int BILLIONS
public static final int HUNDRED_MILLIONS
public static final int HUNDREDS
public static final int HUNDRED_THOUSANDS
public static final int MILLIONS
public static final int TEN_MILLIONS
public static final int TEN_THOUSANDS
public static final int THOUSANDS
public static final int TRILLIONS
public static final int PERCENTAGE
public static final int length