IVZDataScale.ValuesCount

Syntax

ValuesCount: Integer;

Description

The ValuesCount property determines the number of visualizer scale values.

Comments

Scale values are unique boundary values if intervals.

The number of values of the ValuesCount scale is always one less, than the number of its items set by the IVZDataScale.IntervalsCount property.

If we consider the scale below, ValuesCount is equal to 4 because there are four unique boundary values in the scale:

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

Example

Example of use is given on the description page of the IVZDataScale.Item property.

See also:

IVZDataScale