enum class TConfidenceLabels : unsigned int;
Specifies how confidence interval is to be displayed with marked peaks.
Values
| Name | Description |
|---|---|
| cnfAbsolute | Include absolute value of confiderence intervals with marks. |
| cnfNone | Do not include confidence intervals in to mark labels. |
| cnfPercent | Include confidence interval as a percentage of the peak magnitude. |