| Visual Basic (Declaration) | |
|---|---|
Public Enum ProjectionType Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum ProjectionType : Enum  | |
| Member | Description | 
|---|---|
| Unprojected | Specifies an unprojected map view. | 
| Mercator | Specified the Mercator projection type. | 
| LambertConic | Specified the Lambert Conic projection type. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Mapping.ProjectionType