Dundas Chart for Windows Forms
Pyramid3DRotationAngle Custom Attribute
See Also Send comments on this topic.
Custom Attributes > Pyramid3DRotationAngle Custom Attribute



Glossary Item Box

Gets or sets the Pyramid chart 3D rotation angle.

Visual Basic Copy Code
Imports Dundas.Charting.WinControl
  ...

' Set the Series Pyramid3DRotationAngle to 10 degrees.
Chart1.Series(0)("Pyramid3DRotationAngle") = "10"

C# Copy Code
using Dundas.Charting.WinControl;
   ...

// Set the Series Pyramid3DRotationAngle to 10 degrees.
Chart1.Series[0]["Pyramid3DRotationAngle"] = "10";

Remarks

Gets or sets the Pyramid chart 3D rotation angle. For this attribute to have any effect, the property ChartArea.Area3DStyle.Enable3D must be set to true. 

Custom Attribute Summary
Possible Values: Ranges from -10 to 10.
Default Value: 5
2D / 3D Limitations: 3D Only
Applies to Chart Elements:  Series Objects
Applies to Chart Types: Pyramid

 

Figure 1: Default Pyramid3DRotationAngle shown left, and Pyramid3DRotationAngle set to -5 shown right.

See Also

Custom Attributes
Custom Attributes Overview

Chart Types
Pyramid Chart

©2009. All Rights Reserved.