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