The ChartThreeDProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
Clustered |
Gets 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. |
|
DepthRatio |
Gets or sets the ratio (in percent) between depth and width.
Default: 100. |
|
Enabled |
Gets or sets a value indicating whether the chart is displayed in 3D.
Default: False (i.e. 2D). |
|
GapDepth |
Gets or sets the depth gap between 3D bars and columns, in percent.
Default: 100. |
|
Inclination |
Gets or sets the inclination angle.
Default: 30. |
|
Perspective |
Gets or sets the percent of perspective. Applies only if perspective projection is used
(i.e. when ProjectionMode is Perspective).
Default: 0. |
|
ProjectionMode |
Gets or sets the projection mode used for the 3D rendering.
Default: Oblique. |
|
Rotation |
Gets or sets the rotation angle.
Default: 30. |
|
Shading |
Gets or sets the type of 3D shading.
Default: Real. |
|
WallThickness |
Gets or sets the thickness of outer walls, in percent.
Default: 7. |