When enabled, the rendered FFT range will occupy the whole width of the control

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

Syntax

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

See Also