Sets or returns the size of the data history used to render the FFT

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

Syntax

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

See Also