AutoCalculable: Boolean;
AutoCalculable: System.Boolean;
The AutoCalculable property determines whether scale steps are calculated automatically.
The property is set to True if scale steps are calculated automatically, and to False if scale steps are calculated manually.
Default value is True.
If the value is True, to calculate the scale according to the selected method, use IVZDataScale.ConstructScaleElements.
Examples of use are given on the IVZDataScale.ConstructScaleElements property description page.
See also: