Implements Series.getDimensions. Returns 3.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public int getDimensions () |
An integer.
RemarksThe method returns the number of data dimensions used by the Series instance. For PointSeries3D this is 3 (X, Y and Z).
See Also