TTMSFNCDataGridScaleBoundKind Enumeration
Selects how the low, middle, and high bounds of a colour scale are interpreted.
API unit family: TMSFNCDataGridConditionalFormatting
Members
| Name | Description |
|---|---|
sbkLowestHighest |
Use the lowest or highest value found in the scope. |
sbkNumber |
Use a fixed literal number as the bound. |
sbkPercent |
Use a percentage between the scope's minimum and maximum as the bound. |
sbkPercentile |
Use a percentile computed over the scope's values as the bound. |