ITabFormatScale.GetUsedIntervalIndex

Syntax

GetUsedIntervalIndex(nIndex: Integer): Integer;

Parameters

nIndex. Index of color scale interval.

Description

The GetUsedIntervalIndex method is used to get the number of scale intervals in use.

Comments

To get color at a specified interval of the color scale, use the IGxColorScale.Color property.

Example

The method use is given in the example for ITabFormatScale.GetUsedIntervalsCount.

See also:

ITabFormatScale