Search
Point3D Constructor
See Also
 






Initializes a new instance of the Point3D structure.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Point3D (
    double x,
    double y,
    double z
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double, _
    z As Double _
)

 Parameters

x

X coordinate of the point.

y

Y coordinate of the point.

z

Z coordinate of the point.

 See Also