dotnetCHARTING Send comments on this topic.
ProjectionType Enumeration
See Also  
dotnetCHARTING.Mapping Namespace : ProjectionType Enumeration


Defines a type of projection used for rendering maps.

Syntax

Visual Basic (Declaration)  
Public Enum ProjectionType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ProjectionType
C#  
public enum ProjectionType : Enum 

Members

Member Description
Unprojected Specifies an unprojected map view.
Mercator Specified the Mercator projection type.
LambertConic Specified the Lambert Conic projection type.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Mapping.ProjectionType

See Also