Search
Point3D Constructor
See Also
 






Initializes a new instance of the Point3D structure.

Namespace: MindFusion.Charting
File: Point3D.js

 Syntax

JavaScript  Copy Code

function Point3D (x, y, z)

 Parameters

x

X coordinate of the point.

y

Y coordinate of the point.

z

Z coordinate of the point.

 See Also