Search
XmlSeries.getDimensions Method
See Also
 






Implements Series.getDimensions. Returns the number of X/Y/ZDataPath properties set.

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

 Syntax

Java  Copy Code

public int getDimensions ()

 Return Value

The number of data dimensions this XmlSeries uses. Values range from 1 to 3.

 Remarks

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

 See Also