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