TTMSFNCDataGridBarBoundKind Enumeration
Selects how the minimum and maximum bounds of a data bar are interpreted.
API unit family: TMSFNCDataGridConditionalFormatting
Members
| Name | Description |
|---|---|
bbkAuto |
Derive the bound automatically from the values found in the scope. |
bbkNumber |
Use a fixed literal number as the bound. |
bbkPercent |
Use a percentage between the scope's minimum and maximum as the bound. |
bbkPercentile |
Use a percentile computed over the scope's values as the bound. |