| Visual Basic (Declaration) | |
|---|---|
Public Enum ProjectionType Inherits System.Enum | |
| C# | |
|---|---|
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