Search
PieRenderer Constructor
See Also
 






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

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

 Syntax

Java  Copy Code

public PieRenderer (
    Series series,
    int dimension
)

 Parameters

series

The Series that is rendered as a pie.

dimension

Specifies the Series dimension index that should be used to access data.

 See Also