Version

Rotate Method (IXamScatterSurface3DReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Rotates the chart according to the given arguments.", Documentation="Rotates the chart according to the given arguments.")>
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 _
) 
[TypeInfoMethod(Description="Rotates the chart according to the given arguments.", Documentation="Rotates the chart according to the given arguments.")]
void Rotate( 
   System.object type,
   System.double x,
   System.double y,
   System.double z,
   System.double w
)
[TypeInfoMethod(Description="Rotates the chart according to the given arguments.", Documentation="Rotates the chart according to the given arguments.")]
void Rotate( 
   System.Object* type,
   System.double x,
   System.double y,
   System.double z,
   System.double w
) 

Parameters

type
x
y
z
w
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