Search
Series3D.getDimensions Method
See Also
 






Implements Series.getDimensions. Returns 3.

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

 Syntax

Java  Copy Code

public int getDimensions ()

 Return Value

An integer value between 1 and 3.

 Remarks

The dimensions are three X, Y and Z. The Series3D uses data from all of them.

 See Also