Search
FunnelRenderer Constructor
See Also
 






Initializes a new instance of the FunnelRenderer class with the specified Series and dimension..

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

 Syntax

Java  Copy Code

public FunnelRenderer (
    Series series,
    int dimension
)

 Parameters

series

A Series instance. 

dimension

An integer that specifies the dimension.

 See Also