Chart.RightAngleAxes property (Excel)
True if the chart axes are at right angles, independent of chart rotation or elevation. Applies only to 3D line, column, and bar charts. Read/write Boolean.
Syntax
expression.RightAngleAxes
expression A variable that represents a Chart object.
Remarks
If this property is True, the Perspective property is ignored.
Example
This example sets the axes on Chart1 to intersect at right angles. The example should be run on a 3D chart.
Charts("Chart1").RightAngleAxes = True
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.