In This Topic
Gets or sets a value that represents the perspective for the 3D chart view.
Syntax
'Declaration
Property Perspective As Integer
'Usage
Dim instance As IChart
Dim value As Integer
instance.Perspective = value
value = instance.Perspective
int Perspective {get; set;}
See Also