IVZDataScale.LogarithmBase

Fore Syntax

LogarithmBase: Double;

Fore.NET Syntax

LogarithmBase: System.Double;

Description

The LogarithmBase property determines logarithmic base for visualizer logarithmic scale.

Comments

The logarithmic scale is set by means of VisualizatorScaleMode.ScaleLogarithmic via the IVZDataScale.Mode property.

By default the base 2 is used.

Fore and Fore.NET examples

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

See also:

IVZDataScale