Name | Description | |
---|---|---|
ChartThreeDProperties Constructor | Initializes a new instance of the ChartThreeDProperties class. |
The following tables list the members exposed by ChartThreeDProperties.
Name | Description | |
---|---|---|
ChartThreeDProperties Constructor | Initializes a new instance of the ChartThreeDProperties class. |
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 ChartTreeDProjectionMode.Perspective).
Default: 0. | |
ProjectionMode | Gets or sets the projection mode used for the 3D rendering.
Default: ChartTreeDProjectionMode.Oblique. | |
Rotation | Gets or sets the rotation angle.
Default: 30. | |
Shading | Gets or sets the type of 3D shading.
Default: ChartTreeDShading.Real. | |
WallThickness | Gets or sets the thickness of outer walls, in percent.
Default: 7. |
Name | Description | |
---|---|---|
AssignFrom | Copies properties from another ChartThreeDProperties to the current object. |