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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Clustered | Determines if data series are clustered (displayed along distinct rows). Only applies to bar and column chart types. | |
DepthRatio | Ratio (in percent)between depth and width. | |
Enabled | Whether or not a chart is displayed in 3-D. | |
GapDepth | Percent depth gap between 3-D bars and columns. | |
Inclination | Inclination angle. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Perspective | Represents the percent of perspective. | |
ProjectionMode | The projection mode used for the 3-D rendering. | |
Rotation | Rotation angle. | |
Shading | Type of 3-D shading. | |
WallThickness | Percent thickness of outer walls. |
Top