Field Summary | ||
---|---|---|
const int | FORMULA | |
The minimum/ midpoint / maximum value for the gradient is determined by a formula. | ||
const int | MAX | |
Indicates that the maximum value in the range shall be used as the maximum value for the gradient. | ||
const int | MIN | |
Indicates that the minimum value in the range shall be used as the minimum value for the gradient. | ||
const int | NUMBER | |
Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value. | ||
const int | PERCENT | |
Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient. | ||
const int | PERCENTILE | |
Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient. | ||
const int | AUTOMATIC_MAX | |
Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient. | ||
const int | AUTOMATIC_MIN | |
Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient. |
Field Detail |
---|
FORMULA | |
const int FORMULA |
MAX | |
const int MAX |
MIN | |
const int MIN |
NUMBER | |
const int NUMBER |
PERCENT | |
const int PERCENT |
PERCENTILE | |
const int PERCENTILE |
AUTOMATIC_MAX | |
const int AUTOMATIC_MAX |
AUTOMATIC_MIN | |
const int AUTOMATIC_MIN |