Initializes a new instance of the PieRenderer class.
Namespace: MindFusion.Charting
File: PieRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function PieRenderer (series, [dimension]) |
Type: Series
The Series that should be rendered as a pie.
Type: Number
Specifies the Series dimension index that should be used to access data.
See Also