Dundas Chart for SharePoint Send comments on this topic.
Pyramid3DDrawingStyle Custom Attribute
See Also

Glossary Item Box

Gets or sets the Pyramid chart 3D drawing style.

Remarks

For this attribute to have any effect, the property ChartArea.Area3DStyle.Enable3D must be set to true.

Custom Attribute Summary
Possible Values: CircularBase - Renders the Pyramid chart with a Circular base shape.
SquareBase - Renders the Pyramid chart with a Square base shape.
Default Value: SquareBase
2D / 3D Limitations: 3D Only
Applies to Chart Element: Series Objects
Applies to Chart Types: Pyramid

 

Figure 1: Default SquareBase Pyramid3DDrawingStyle shown left, and CircularBase Pyramid3DDrawingStyle shown right.

See Also