When enabled, the the FFT will leave a small trail behind as it changes This setting is only valid for the FFTStyleConstants.Line FFTPStyle

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

Syntax

C#
public bool FFTShowDecay { get; set; }
Visual Basic
Public Property FFTShowDecay As Boolean
	Get
	Set
Visual C++
public:
property bool FFTShowDecay {
	bool get ();
	void set (bool value);
}

See Also