| Visual Basic (Declaration) | |
|---|---|
Public Enum ProjectionType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ProjectionType : 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
DataDynamics.ActiveReports.Chart.Graphics.ProjectionType