ActiveReports.Chart Request technical support
ProjectionType Enumeration
See Also  


Specifies the projection type used.

Syntax

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

Members

MemberDescription
IdenticalFlat projection is used (i.e. the z coordinate is ignored).
OrthogonalOrthogonal projection is used.
PerspectivePerspective projection is used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Chart.Graphics.ProjectionType

See Also