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


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


Chart area rotation angle around the Y axis.

Syntax

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

Remarks

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

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.