Search
PointSeries3D.setPoints Method
See Also
 






Sets the Point3D instances used by this PointSeries3D.

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

 Syntax

Java  Copy Code

public void setPoints (
    List<Point3D> value
)

 Parameters

value

A list with Point3D objects.

 See Also