Search
Series2D.getDimensions Method
See Also
 






Implements Series.getDimensions. Returns 2.

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

 Syntax

Java  Copy Code

public int getDimensions ()

 Return Value

An integer value.

 Remarks

The data dimensions are three X, Y and Z. The Series2D instances would always use two of them.

 See Also