Search
XmlSeries.setZDataPath Method
See Also
 






Sets the XPath expression identifying data coordinates in the third dimension.

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

 Syntax

Java  Copy Code

public void setZDataPath (
    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