Search
Vector.setY Method
See Also
 






Sets the Y component of this Vector.

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

 Syntax

Java  Copy Code

public void setY (
    double value
)

 Parameters

value

A double value.

 See Also