IVZDataScale.EnableEquality

Syntax

EnableEquality: Boolean;

Description

The EnableEquality property determines whether strict equality is used in visualizer scale elements.

Comments

If the value is True, strict equalities are included into the visualizer scale, if the value is False, struct equalities are not included into the scale.

Default value is False.

Example

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

See also:

IVZDataScale