Gets or sets the angle of rotation around the horizontal axes for 3D chart areas.
Chart area rotation angle around the X axis.
Visual Basic (Declaration) | |
---|---|
Public Property XAngle As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int XAngle {get; set;} |
Return Value
A value which represents the rotation around the horizontal axes for 3D chart areas. Measured in degrees, with a positive value resulting in counter-clockwise rotation. Defaults to 30 degrees, with an allowable range of -90 to 90.
This property determines the angle of rotation around the horizontal axes for 3D chart areas.
It is important to know that this property is always applied to the horizontal axis, regardless of the chart type being displayed (the primary and secondary X axes for bar-type charts are actually the vertical, and not horizontal axes).
Displaying the chart as an isometric projection (accomplished by having the RightAngleAxes property set to true) will result in a perceived angle of rotation that may differ from this property value.
If an application allows end-users to rotate chart areas using this property and the YAngle property then we do not recommend using isometric projection (set RightAngleAxes to false).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family