The IMapScale interface determines report scales parameters.
This interface is basic for the following interfaces:
| Property name | Brief description | |
| AutoCalculable | The AutoCalculable property determines whether report scale values are automatically calculated. | |
| AutoScaleMode | The AutoScaleMode property determines autocalculation type for the report scale. | |
| Count | The Count property determines the number of scale tick marks. | |
| IsDirty | The IsDirty property returns whether report scale has been changed. | |
| Value | The Value property determines scale tick mark value. |
| Method name | Brief description | |
| AutoCalculate | The AutoCalculate method automatically calculates values for a report scale. |
See also: