Implements Series.getDimensions. Returns 2.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public int getDimensions () |
An integer value.
RemarksThe data dimensions are three – X, Y and Z. The Series2D instances would always use two of them.
See Also