DewDSPMasterNET
TSignal.ValuesToStrings Method

Class
TSignal

Declaration
Procedure ValuesToStrings(Dst: TStrings; TimeFormat: string = ''; AmplitudeFormat: string = ''; XTitle: string = 'Time [s]'; YTitle: string = 'Amplitude');

Description
Convert values to strings. The Strings will be stord in TStrings object with two columns aligned for display with a fixec charachter width Font. The head of each column is defined the XTitle and YTitle properties. both XTitle and YTitle are set to an empty string. The width of the columns is defined with global variable: SignalTextColumnWidth. TimeFormat and AmplitudeFormat define the number formating (for example '0.00##') If TimeFormat or AmplitudeFromat is an empty string, full numeric precision will be used.

Copyright 2008 Dew Research
http://www.dewresearch.com