Search
PointSeries3D.getPoints Method
See Also
 






Gets the Point3D instances conteined in this PointSeries3D.

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

 Syntax

Java  Copy Code

public List<Point3D> getPoints ()

 Return Value

A list with Point3D instances.

 See Also