Chart.RightAngleAxes Property

Definition

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.

public:
 property System::Object ^ RightAngleAxes { System::Object ^ get(); void set(System::Object ^ value); };
public object RightAngleAxes { get; set; }
member this.RightAngleAxes : obj with get, set
Public Property RightAngleAxes As Object

Property Value

Object

Remarks

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

Applies to