ActiveReports Developer 7
ThreeDPropertiesProjectionMode Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ThreeDPropertiesProjectionMode Enumeration

Glossary Item Box

Specifies the projection mode for the three-dimensional chart.

Syntax

Visual Basic (Declaration) 
Public Enum ThreeDPropertiesProjectionMode 
   Inherits System.Enum
C# 
public enum ThreeDPropertiesProjectionMode : System.Enum 

Members

MemberDescription
OrthographicIndicates that the projection is set to Orthographic.
PerspectiveIndicates that the projection is set to perspective.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.ThreeDPropertiesProjectionMode

See Also