Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Point3D Constructor(Single,Single,Single)
See Also 
Dundas.Charting.WebControl Namespace > Point3D Class > Point3D Constructor : Point3D Constructor(Single,Single,Single)


x
y
z
Public constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
Visual Basic (Usage) Copy Code
Dim x As Single
Dim y As Single
Dim z As Single
 
Dim instance As Point3D(x, y, z)
C#  
public Point3D( 
   float x,
   float y,
   float z
)

Parameters

x
y
z

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