IVZDataScale.IntervalsCount

Syntax

IntervalsCount: Integer;

Description

The IntervalsCount property determines the number of intervals of visualizer scale.

Comments

The number of intervals (IntervalsCount) is equal to the number of scale items (ItemsCount) if the IVZDataScale.EnableEquality property is set to False.

The number of intervals should be set before scale calculation (ConstructScaleElements, AutoSetupScaleItems), in this case ItemsCount and ValuesCount are calculated automatically.

Example

The example of use is given on the page for IVZDataScale.AutoSetupScaleItems.

 IVZDataScale.Less.

See also:

IVZDataScale