The VisualizatorscaleMode enumeration is used to determine scale display mode.
It is used by the IVZDataScale.Mode property.
| Value | Brief description |
| 0 | ScaleLinear. Linear scale. |
| 1 | ScaleUniform. Uniform scale. |
| 2 | ScaleLogarithmic. Logarithmic scale. On using this type, set algorithm base in IVZDataScale.LogarithmBase. |
| 3 | ScaleSpectrum. Spectrum scale. |
See also: