Search
PointSeries.setPoints Method
See Also
 






Sets the points for this PointSeries.

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

 Syntax

Java  Copy Code

public void setPoints (
    List<Point2D> value
)

 Parameters

value

A list with Point2D instances.

 See Also