specifies that the chart axes are at the right angle, rather than drawn in persperction. applies only to 3-D charts.
Syntax
'Declaration
Public Property RightAngleAxes As Boolean
'Usage
Dim instance As ViewIn3D
Dim value As Boolean
instance.RightAngleAxes = value
value = instance.RightAngleAxes
public bool RightAngleAxes {get; set;}
See Also