Sdílet prostřednictvím


ChartThreeDProperties Members

Include Protected Members
Include Inherited Members

Contains the properties for 3-D layout.

The ChartThreeDProperties type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Clustered Determines if data series are clustered (displayed along distinct rows). Only applies to bar and column chart types.
Public property DepthRatio Ratio (in percent)between depth and width.
Public property Enabled Whether or not a chart is displayed in 3-D.
Public property GapDepth Percent depth gap between 3-D bars and columns.
Public property Inclination Inclination angle.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Perspective Represents the percent of perspective.
Public property ProjectionMode The projection mode used for the 3-D rendering.
Public property Rotation Rotation angle.
Public property Shading Type of 3-D shading.
Public property WallThickness Percent thickness of outer walls.

Top