MindFusion.Charting for Java Programmer's Guide
PieRenderer.getDimension Method
See Also
 






  Gauges

Gets the dimension index that should be used to read data from the specified Series.

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

 Syntax

Java  Copy Code

public int getDimension ()

 Return Value

An integer.

 Remarks

Use this method to provide instructions which data array must be used for Series that support multiple data dimensions X, Y and Z.

 See Also