Field Summary | ||
---|---|---|
const Number | FORMULA | |
The minimum/ midpoint / maximum value for the gradient is determined by a formula. | ||
const Number | MAX | |
Indicates that the maximum value in the range shall be used as the maximum value for the gradient. | ||
const Number | MIN | |
Indicates that the minimum value in the range shall be used as the minimum value for the gradient. | ||
const Number | NUMBER | |
Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value. | ||
const Number | 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 Number | PERCENTILE | |
Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient. | ||
const Number | AUTOMATIC_MAX | |
Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient. | ||
const Number | 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 Number FORMULA |
MAX | |
const Number MAX |
MIN | |
const Number MIN |
NUMBER | |
const Number NUMBER |
PERCENT | |
const Number PERCENT |
PERCENTILE | |
const Number PERCENTILE |
AUTOMATIC_MAX | |
const Number AUTOMATIC_MAX |
AUTOMATIC_MIN | |
const Number AUTOMATIC_MIN |