Search
Series3D.setXData Method
See Also
 






Sets a list with data values that are used to calculate the X-coordinates of Series3D points.

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

 Syntax

Java  Copy Code

public void setXData (
    List<Double> value
)

 Parameters

value

A list with double values.

 See Also