Search
Point3D.setZ Method
See Also
 






Sets the Z coordinate of this Point3D to the specified value.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setZ (
    double value
)

 Parameters

value

A double value.

 See Also