Specifies the field of view angle for the 3-D chart. the element is ignored if right angle axes is true.
Syntax
'Declaration
Public Property Perspective As Double
'Usage
Dim instance As ViewIn3D
Dim value As Double
instance.Perspective = value
value = instance.Perspective
public double Perspective {get; set;}
See Also