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


Gets or sets the percent of perspective for a 3D chart area.


3D area perspective which controls the view of the chart depth.

Syntax

Visual Basic (Declaration)  
Public Property Perspective As Integer
Visual Basic (Usage) Copy Code
Dim instance As ChartArea3DStyle
Dim value As Integer
 
instance.Perspective = value
 
value = instance.Perspective
C#  
public int Perspective {get; set;}

Return Value

A value which represents the percent of perspective for a 3D chart area. The allowable range is 0-100 percent, and the default is zero percent.

Remarks

A perspective projection of any set of parallel lines that are not parallel to the projection plane converge to a vanishing point.

Setting Perspective will result in the RightAngleAxes property being set to false (they are mutually exclusive).

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.