right_angle_axes property

right_angle_axes property

True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie Charts).

Remarks

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

Definition:

@property
def right_angle_axes(self):
    ...
@right_angle_axes.setter
def right_angle_axes(self, value):
    ...

See Also