Initializes a new instance of the Renderer2D class.
Namespace: MindFusion.Charting
File: Renderer2D.js
SyntaxJavaScript
Copy Code
|
|---|
function Renderer2D (series) |
Type: ObservableCollection
A list of Series that should be rendered by this object.
See Also