Controls which, if any, of the FFT scales are displayed.
Namespace: NDXVUMeterNETAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Both | 0 | Both, the frequency and power scales will be displayed. | |
| Vertical | 1 | Only the power scale will be displayed. | |
| Horizontal | 2 | Only the frequency scale will be displayed. | |
| None | 3 | Scales will not be rendered. |