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


In This Topic
    ChartThreeDProperties Class Members
    In This Topic

    The following tables list the members exposed by ChartThreeDProperties.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ChartThreeDProperties class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that determines whether data series are clustered (displayed along distinct rows). Only applies to bar and column chart types.

    Default: False.

     
    Public PropertyGets or sets the ratio (in percent) between depth and width.

    Default: 100.

     
    Public PropertyGets or sets a value indicating whether the chart is displayed in 3D.

    Default: False (i.e. 2D).

     
    Public PropertyGets or sets the depth gap between 3D bars and columns, in percent.

    Default: 100.

     
    Public PropertyGets or sets the inclination angle.

    Default: 30.

     
    Public PropertyGets or sets the percent of perspective. Applies only if perspective projection is used (i.e. when ProjectionMode is ChartTreeDProjectionMode.Perspective).

    Default: 0.

     
    Public PropertyGets or sets the projection mode used for the 3D rendering.

    Default: ChartTreeDProjectionMode.Oblique.

     
    Public PropertyGets or sets the rotation angle.

    Default: 30.

     
    Public PropertyGets or sets the type of 3D shading.

    Default: ChartTreeDShading.Real.

     
    Public PropertyGets or sets the thickness of outer walls, in percent.

    Default: 7.

     
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another ChartThreeDProperties to the current object.  
    Top
    See Also