specifies the amount a 3-D chart shall be rorated in the Y direciton
Syntax
'Declaration
Public Property RotationY As Double
'Usage
Dim instance As ViewIn3D
Dim value As Double
instance.RotationY = value
value = instance.RotationY
public double RotationY {get; set;}
See Also