ActiveReports Developer 7
Point3d Constructor(Single,Single,Single)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Point3d Class > Point3d Constructor : Point3d Constructor(Single,Single,Single)

x
The x coordinate of a point in a three-dimensional plane.
y
The y coordinate of a point in a three-dimensional plane.
z
The z coordinate of a point in a three-dimensional plane.

Glossary Item Box

Initializes a new instance of the Point3d class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal z As System.Single _
)
C# 
public Point3d( 
   System.float x,
   System.float y,
   System.float z
)

Parameters

x
The x coordinate of a point in a three-dimensional plane.
y
The y coordinate of a point in a three-dimensional plane.
z
The z coordinate of a point in a three-dimensional plane.

See Also