Controls which, if any, of the FFT scales are displayed.

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

Syntax

C#
public enum FFTRenderScalesConstants
Visual Basic
Public Enumeration FFTRenderScalesConstants
Visual C++
public enum class FFTRenderScalesConstants

Members

Member nameValueDescription
Both0Both, the frequency and power scales will be displayed.
Vertical1Only the power scale will be displayed.
Horizontal2Only the frequency scale will be displayed.
None3Scales will not be rendered.

See Also