Search
PieRenderer.setDimension Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setDimension (
    int value
)

 Parameters

value

An integer value that identifies the Series data dimension.

 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