Dundas Chart for ASP.NET
XAngle Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartArea3DStyle Class : XAngle Property


Gets or sets the angle of rotation around the horizontal axes for 3D chart areas.


Chart area rotation angle around the X axis.

Syntax

Visual Basic (Declaration)  
Public Property XAngle As Integer
Visual Basic (Usage) Copy Code
Dim instance As ChartArea3DStyle
Dim value As Integer
 
instance.XAngle = value
 
value = instance.XAngle
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.

Remarks

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).

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.