This option controls the smoothing ammount applied to the FFT waveform This setting is only valid for the FFTStyleConstants.Line and FFTStyleConstants.Filled styles

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public int FFTSmoothing { get; set; }
Visual Basic
Public Property FFTSmoothing As Integer
	Get
	Set
Visual C++
public:
property int FFTSmoothing {
	int get ();
	void set (int value);
}

See Also