Share via


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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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

Remarks

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

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace