Dundas.SharePoint.Charting.WebParts Send comments on this topic.
TransformPoints Method
See Also 
Dundas.Charting.WebControl Namespace > Matrix3D Class : TransformPoints Method


points
3D Points array.
Apply transformations on array od 3D Points. Order of operation is following: Translation ( Set coordinate system for 0:100 to -50:50 Center of rotation is always 0), Composite Translation for X and Y axes ( Moving center of rotation ), Rotation by X-axis, Rotation by Y-axis, perspective and same scaling for all axes.

Syntax

Visual Basic (Declaration)  
Public Sub TransformPoints( _
   ByVal points() As Point3D _
) 
Visual Basic (Usage) Copy Code
Dim instance As Matrix3D
Dim points() As Point3D
 
instance.TransformPoints(points)
C#  
public void TransformPoints( 
   Point3D[] points
)

Parameters

points
3D Points array.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also