Field Summary | ||
---|---|---|
const int | NONE | |
Display unit is None.
|
||
const int | HUNDREDS | |
Specifies the values on the chart shall be divided by 100.
|
||
const int | THOUSANDS | |
Specifies the values on the chart shall be divided by 1,000.
|
||
const int | TEN_THOUSANDS | |
Specifies the values on the chart shall be divided by 10,000.
|
||
const int | HUNDRED_THOUSANDS | |
Specifies the values on the chart shall be divided by 100,000.
|
||
const int | MILLIONS | |
Specifies the values on the chart shall be divided by 1,000,000.
|
||
const int | TEN_MILLIONS | |
Specifies the values on the chart shall be divided by 10,000,000.
|
||
const int | HUNDRED_MILLIONS | |
Specifies the values on the chart shall be divided by 100,000,000.
|
||
const int | BILLIONS | |
Specifies the values on the chart shall be divided by 1,000,000,000.
|
||
const int | TRILLIONS | |
Specifies the values on the chart shall be divided by 1,000,000,000,000.
|
||
const int | PERCENTAGE | |
The values on the chart shall be divided by 0.01.
|
||
const int | CUST | |
specifies a custom value for the display unit.
|
const int NONE
const int HUNDREDS
const int THOUSANDS
const int TEN_THOUSANDS
const int HUNDRED_THOUSANDS
const int MILLIONS
const int TEN_MILLIONS
const int HUNDRED_MILLIONS
const int BILLIONS
const int TRILLIONS
const int PERCENTAGE
const int CUST