TSpectrumMarkTool::ConfLabels Property

__property TConfidenceLabels ConfLabels = {read = FConfLabels, write = SetConfLabels};

Display confidence interval only for marked peaks.

Read: TConfidenceLabels FConfLabels;
Write: void SetConfLabels(const TConfidenceLabels Value);
Remarks:

If True, the confidence limit points will be added for marked peaks only. Then a point series should be used for upper and lower limits.

Declared in Dew::Signal::Controls::VCL::TSpectrumMarkTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only