Share via


_Chart.Perspective Property

Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Perspective As Integer
    Get
    Set
'Usage
Dim instance As _Chart
Dim value As Integer

value = instance.Perspective

instance.Perspective = value
int Perspective { get; set; }

Property Value

Type: System.Int32

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace