'Declaration Public Enum ProjectionType Inherits System.Enum
public enum ProjectionType : System.Enum
'Declaration Public Enum ProjectionType Inherits System.Enum
public enum ProjectionType : System.Enum
Member | Description |
---|---|
Identical | Flat projection is used (i.e. the z coordinate is ignored). |
Orthogonal | Orthogonal projection is used. |
Perspective | Perspective projection is used. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.Graphics.ProjectionType