AutoCalculable: Boolean;
The AutoCalculable property determines whether report scale values (Value) are automatically calculated.
Available values:
True. Scale values are calculated automatically.
False. Scale values are not calculated automatically.
When the scale auto calculation is set, the linear method is selected by default. To select calculation type, use the IMapScale.AutoScaleMode property.
The property use is given in the example for the IMapScale.AutoScaleMode property.
See also: