fPerspective Property (Chart3D)
In This Topic
Syntax
'Declaration
Public Property fPerspective As Byte
'Usage
Dim instance As Chart3D
Dim value As Byte
instance.fPerspective = value
value = instance.fPerspective
public byte fPerspective {get; set;}
See Also