Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartThreeDProperties Class / ProjectionMode Property

In This Topic
    ProjectionMode Property
    In This Topic
    Gets or sets the projection mode used for the 3D rendering.

    Default: ChartTreeDProjectionMode.Oblique.

    Syntax
    'Declaration
     
    Public Property ProjectionMode As RdlEnum(Of ChartTreeDProjectionMode)
    public RdlEnum<ChartTreeDProjectionMode> ProjectionMode {get; set;}
    See Also