__property bool ConfidenceIntervalVisible = {read = FConfidenceIntervalVisible, write = SetConfidenceIntervalVisible};
If true, the confidence interval will be drawn for Spectrums property at ConfidenceInterval index.
Read:
bool FConfidenceIntervalVisible;Write:
void SetConfidenceIntervalVisible(const bool Value);Remarks:
TSpectrumMarkTool needs to have UpperLimitSeries and LowerLimitSeries properties assigned and standard deviation must be available with the source data spectrum for this setting to have an effect.
Declared in Dew::Signal::Controls::VCL::TSpectrumChart · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only