Initializes a new instance of the Chart3DPoint structure.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public Chart3DPoint(
	double x,
	double y,
	double z
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double, _
	z As Double _
)

Parameters

x
Type: System..::..Double
X coordinate.
y
Type: System..::..Double
Y coordinate.
z
Type: System..::..Double
Z coordinate.

See Also