IVZDataScale.Mode

Syntax

Mode: VisualizatorScaleMode;

Description

The Mode property determines calculation mode of visualizer scale.

Comments

After having set the scale calculation mode value recalculate the scale by means of the IVZDataScale.ConstructScaleElements method.

If logarithmic scale is enabled (ScaleLogarithmic), set logarithm base via the IVZDataScale.LogarithmBase property.

Example

The example of use is given in the example for IVZDataScale.ConstructScaleElements.

See also:

IVZDataScale