Implements Series.getDimensions. Returns the number of X/Y/ZDataPath properties set.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public int getDimensions () |
The number of data dimensions this XmlSeries uses. Values range from 1 to 3.
RemarksThe dimensions are three - X, Y and Z. The XmlSeries can uss data from any of them.
See Also