IMapColorScale.Greater

Syntax

Greater(Index: Integer): IGxColor;

Parameters

Index. Scale tick mark index.

Description

The Greater property determines fill color of the indicator, which values exceed the scale tick mark value.

Comments

Each scale tick mark value is matched with one of the three color gradations (less, equals, greater).

Example

The property use is given in the example for the IMapColorScale.Exact property.

See also:

IMapColorScale