Chart.RightAngleAxes Property

True if the chart axes are at right angles, independent of chart rotation or elevation. Applies only to 3-D line, column, and bar charts. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property RightAngleAxes As Object
    Get
    Set
'Usage
Dim instance As Chart
Dim value As Object

value = instance.RightAngleAxes

instance.RightAngleAxes = value
Object RightAngleAxes { get; set; }

Property Value

Type: System.Object
Object

Remarks

If this property is set to True, the Perspective property is ignored.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace