Version

Rotate Method (XamScatterSurface3DProxy)

Rotates the chart according to the given arguments.
Syntax
'Declaration
 
Public Sub Rotate( _
   ByVal type As System.Object, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal z As System.Double, _
   ByVal w As System.Double _
) 
public void Rotate( 
   System.object type,
   System.double x,
   System.double y,
   System.double z,
   System.double w
)
public: void Rotate( 
   System.Object* type,
   System.double x,
   System.double y,
   System.double z,
   System.double w
) 

Parameters

type
The type of rotation. This can be an IGRotationType3D object, an integer, or one of the strings "srfcQuaternion" or "srfcAxisAngle."
x
The X value of the rotation to apply.
y
The Y value of the rotation to apply.
z
The Z value of the rotation to apply.
w
The W value of the rotation to apply, for quaternions, or the Angle value for axis angle rotations.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also