Search
PointSeries.getPoints Method
See Also
 






Gets the points for this PointSeries.

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

 Syntax

Java  Copy Code

public List<Point2D> getPoints ()

 Return Value

A list with Point2D instances.

 See Also