Search
FunnelRenderer.setDimension Method
See Also
 






Sets the dimension of data for this funnel chart.

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

 Syntax

Java  Copy Code

public void setDimension (
    int value
)

 Parameters

value

An integer that specifies the dimension.

 Remarks

Funnel charts use one-dimensional data.

 See Also