GrapeCity.Xaml.Excel
RightAngleAxes Property


GrapeCity.Excel.Chart Namespace > ViewIn3D Class : RightAngleAxes Property
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

Reference

ViewIn3D Class
ViewIn3D Members