This option can be useful to reduce the visual noise that can be generated when rendering a zoomeded plot in log scale 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 FFTPlotNoiseReduction { get; set; }
Visual Basic
Public Property FFTPlotNoiseReduction As Integer
	Get
	Set
Visual C++
public:
property int FFTPlotNoiseReduction {
	int get ();
	void set (int value);
}

See Also