MindFusion.Charting for JavaScript Programmer's Guide
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

Type: Number
X coordinate of the point.

y

Type: Number
Y coordinate of the point.

z

Type: Number
Z coordinate of the point.

 See Also

Point3D Class
MindFusion.Charting Namespace