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