Compartilhar via


Chart.RightAngleAxes Property

true if the chart axes are at right angles, independent of chart rotation or elevation. Read/write Boolean value.

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

This property applies only to 3-D line, column, and bar charts.

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

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.PowerPoint Namespace