MindFusion.Java Package Programmer's Guide
PieRenderer Constructor (Series, Int32)
See Also
 






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

Namespace: com.mindfusion.charting
Package: 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

PieRenderer Constructor Overload List
PieRenderer Class
com.mindfusion.charting Namespace