This pane allows you to configure some aspects of the waveform viewer. If the control panel was opened from an open waveform file, the "Data Export Tool" button will be visible to assist in exporting that data to an ASCII file.

The Waveforms tab of the control panel also accesses the settings of waveform compression used during new simulations. LTspice compresses the raw data files as they are generated. A compressed file can be 50 times smaller than the un-compressed one. This is a lossy compression. This tab of the control panel allows you to control compression loss.
Window Size(No. of Points): Maximum number of points that can be compressed into two end points.
Relative Tolerance: The relative error allowed between the compressed data and the uncompressed data.
Absolute Voltage tolerance[V]: The voltage error allowed by the compression algorithm.
Absolute Current tolerance[A]: The current error allowed be the compression algorithm.
These compression settings are not remembered between program invocations to encourage use of the defaults. They are available on the control panel for diagnostic purposes. The tolerances and window size can be specified with option parameters plotreltol, plotvntol, plotabstol and plotwinsize in .option statements placed as SPICE directives on the schematic.
You will probably want to turn of compression when using .four statements or doing FFT's in post analysis of your data with the SPICE directive:
.options plotwinsize=0