IVZDataScale.Mode

Fore Syntax

Mode: VisualizatorScaleMode;

Fore.NET Syntax

Mode: Prognoz.Platform.Interop.Visualizators.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.

Fore and Fore.NET examples

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

See also:

IVZDataScale