IGxScale.AutoCalculable

Syntax

AutoCalculable: Boolean;

Description

The AutoCalculable property determines whether interval values should be calculated automatically.

Comments

Available values:

To manually set scale interval values, use the IGxScale.Item property.

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