Chart.Perspective Property
Returns or sets an Integer value that represents the perspective for the 3-D chart view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Integer
Remarks
The value of this property must be between 0 and 100. This property is ignored if the RightAngleAxes property is set to True.