Gets or sets the angle of rotation around the vertical axes for 3D chart areas.
Chart area rotation angle around the Y axis.
Visual Basic (Declaration) | |
---|---|
Public Property YAngle As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int YAngle {get; set;} |
Return Value
A value which represents the rotation around the vertical axes for 3D chart areas. Measured in degrees, with a positive value resulting in clockwise rotation. Defaults to 30 degrees, with an allowable range of -180 to 180.
This property determines the angle of rotation around the vertical axes for 3D chart areas.
It is important to know that this property is always applied to the vertical axis, regardless of the chart type being displayed (the primary and secondary Y axes for bar-type charts are actually the horizontal, and not vertical 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 XAngle property then we do not recommend using isometric views (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