IVZDataScale.Greater

Syntax

Greater(Index: Integer, useInactiveItem: Boolean): Variant;

Parameters

Index. Scale element index.

useInactiveItem. The value showing whether inactive element is used. If the property is set to True, the inactive element is considered, if the property is set to False, the inactive element is not considered.

Description

The Greater property returns visualizer scale element with the value that is greater than value of the element with selected index.

Comments

The property returns the brush, described in the interface  IGxBrush or numeric value depending on the scale type.

Example

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

See also:

IVZDataScale