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. |
Field Detail |
---|
NONE | |
const int NONE |
HUNDREDS | |
const int HUNDREDS |
THOUSANDS | |
const int THOUSANDS |
TEN_THOUSANDS | |
const int TEN_THOUSANDS |
HUNDRED_THOUSANDS | |
const int HUNDRED_THOUSANDS |
MILLIONS | |
const int MILLIONS |
TEN_MILLIONS | |
const int TEN_MILLIONS |
HUNDRED_MILLIONS | |
const int HUNDRED_MILLIONS |
BILLIONS | |
const int BILLIONS |
TRILLIONS | |
const int TRILLIONS |
PERCENTAGE | |
const int PERCENTAGE |
CUST | |
const int CUST |