TWaterfallChart::Spectrums Property

__property TSpectrumTeeCollection*Spectrums = {read = GetSpectrums, write = SetSpectrums};

A collection of links to TSpectrum objects.

Read: TSpectrumTeeCollection *GetSpectrums();
Write: void SetSpectrums(TSpectrumTeeCollection *Value);
Remarks:

The index in the Spectrums collection matches the index of the series. When the Update method of TSpectrum is called, it will also update the associated series, if it is connected to the Spectrums collection.

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