IGxScale.Item

Syntax

Item(Index: Integer): Double;

Parameters

Index. Scale interval index.

Description

The Item property determines a scale interval value by index.

Comments

To manually set a scale interval value, set the IGxScale.AutoCalculable property to False. to automatically determine scale interval values, use the IGxScale.AutoCalculable property with the True value.

Values are calculated by the number of intervals specified using the IGxScale.IntervalsCount property.

Example

The property use is given in the example for IGxScale.IntervalsCount.

See also:

IGxScale