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.
The property use is given in the example for IVZDataScale.ConstructScaleElements.
See also: