AutoCalculable: Boolean;
The AutoCalculable property determines whether interval values should be calculated automatically.
Available values:
True. Default value. Scale interval values are calculated automatically.
False. Scale interval values are set manually.
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.
The property use is given in the example for IGxScale.IntervalsCount.
See also: