IVZDataScale.LogarithmBase

Syntax

LogarithmBase: 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.

Example

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

See also:

IVZDataScale