Enum ScaleDock
Specifies the position of a scale control inside the map.
Namespace: FastReport.Map
Assembly: FastReport.dll
Syntax
public enum ScaleDock
  Fields
| Name | Description | 
|---|---|
| BottomCenter | The scale is displayed at bottom center side.  | 
      
| BottomLeft | The scale is displayed at bottom left corner.  | 
      
| BottomRight | The scale is displayed at bottom right corner.  | 
      
| MiddleLeft | The scale is displayed at middle left side.  | 
      
| MiddleRight | The scale is displayed at middle right side.  | 
      
| TopCenter | The scale is displayed at top center side.  | 
      
| TopLeft | The scale is displayed at top left corner.  | 
      
| TopRight | The scale is displayed at top right corner.  |