Search
XmlSeries.setYDataPath Method
See Also
 






Sets the XPath expression identifying data coordinates in second dimension.

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

 Syntax

Java  Copy Code

public void setYDataPath (
    String value
)

 Parameters

value

A string value.

 Remarks

The dimensions are three - X, Y and Z. The XmlSeries can use data from all of them.

 See Also