ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ThreeDPropertiesProjectionMode Enumeration

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