ProjectionType Enumeration
|
Projection Type.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ProjectionType
Public Enumeration ProjectionType
public enum class ProjectionType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Automatic
|
0
|
Automatic.
|
|
|
Mercator
|
1
|
Mercator.
|
|
|
Miller
|
2
|
Miller.
|
|
|
Robinson
|
3
|
Robinson.
|
See Also