Item(Index: Integer): Double;
Index. Scale interval index.
The Item property determines a scale interval value by index.
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.
The property use is given in the example for IGxScale.IntervalsCount.
See also: