Chart.Perspective Property
Returns or sets the perspective for the 3-D chart view. Read/write 64-bit signed integer.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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
Remarks
The value of this property must be between 0 and 100. This property is ignored if the RightAngleAxes property is set to true.