_Chart.RightAngleAxes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Object ^ RightAngleAxes { System::Object ^ get(); void set(System::Object ^ value); };
public object RightAngleAxes { get; set; }
Public Property RightAngleAxes As Object
Property Value
Remarks
If this property is True, the Perspective property is ignored.