IVZDataScale.IsInactiveItem

Syntax

IsInactiveItem(Index: Integer): Boolean;

Parameters

Index. Scale element index.

Description

The IsInactiveItem property determines whether the specified visualizer scale element is inactive.

Comments

If the value is True, the specified legend interval is inactive, if the value is False, the interval is active.

By default the value is False.

The inactive visualizer element color is set via the IVZDataScale.InactiveItem property.

Example

The example of use is given on the page with description of the IVZDataScale.InactiveItem property.

See also:

IVZDataScale