__property bool DataIsSpectrum = {read = FDataIsSpectrum, write = SetDataIsSpectrum};
Helps when switching between logarithmic scales.
Read:
bool FDataIsSpectrum;Write:
void SetDataIsSpectrum(const bool Value);Remarks:
If TAxisScaleTool is used as on the left axis of the frequency spectrum, checking this property will reset the axis PeakHold scaling when switching between linear and logarithmic scales.
Declared in Dew::Signal::Controls::VCL::TAxisScaleTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only