MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ThreeDPropertiesProjectionMode Enumeration

ThreeDPropertiesProjectionMode Enumeration
Specifies the projection mode for the three-dimensional chart.
Syntax
'Declaration
 
Public Enum ThreeDPropertiesProjectionMode 
   Inherits 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